mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-22 18:25:47 +08:00
fix: support master branch trigger (#247)
Signed-off-by: sh1luo <690898835@qq.com>
This commit is contained in:
parent
b58d5ebb2c
commit
d103a2bd8c
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:
|
||||
|
@ -2,6 +2,7 @@
|
||||
"debug": true,
|
||||
"branches": [
|
||||
"+([0-9])?(.{+([0-9]),x}).x",
|
||||
"master",
|
||||
{
|
||||
"name": "rc"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user