Skip to content

Commit

Permalink
fix: support master branch trigger (casdoor#247)
Browse files Browse the repository at this point in the history
Signed-off-by: sh1luo <[email protected]>
  • Loading branch information
sh1luo authored and hsluoyz committed Aug 14, 2021
1 parent b58d5eb commit d103a2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Release

on: [push, pull_request]
on:
push:
branches: [ master ]

jobs:
frontend:
Expand Down
1 change: 1 addition & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"debug": true,
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"master",
{
"name": "rc"
},
Expand Down

0 comments on commit d103a2b

Please sign in to comment.