Skip to content

Commit d103a2b

Browse files
sh1luohsluoyz
authored andcommitted
fix: support master branch trigger (casdoor#247)
Signed-off-by: sh1luo <[email protected]>
1 parent b58d5eb commit d103a2b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Release
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches: [ master ]
46

57
jobs:
68
frontend:

.releaserc.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"debug": true,
33
"branches": [
44
"+([0-9])?(.{+([0-9]),x}).x",
5+
"master",
56
{
67
"name": "rc"
78
},

0 commit comments

Comments
 (0)