mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 20:50:19 +08:00
fix: support master branch trigger (#247)
Signed-off-by: sh1luo <690898835@qq.com>
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -1,6 +1,8 @@
|
||||
name: Release
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
frontend:
|
||||
|
Reference in New Issue
Block a user