mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 02:35:49 +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
|
name: Release
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ master ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
frontend:
|
frontend:
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"debug": true,
|
"debug": true,
|
||||||
"branches": [
|
"branches": [
|
||||||
"+([0-9])?(.{+([0-9]),x}).x",
|
"+([0-9])?(.{+([0-9]),x}).x",
|
||||||
|
"master",
|
||||||
{
|
{
|
||||||
"name": "rc"
|
"name": "rc"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user