Skip to content

Commit

Permalink
chore(ci): skip autorelease workflow on non-release PRs (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniewang526 committed Sep 24, 2020
1 parent 916c10e commit 95dbe1b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: auto-release
jobs:
approve:
runs-on: ubuntu-latest
if: contains(github.head_ref, 'release-v')
steps:
- uses: actions/github-script@v3.0.0
with:
Expand Down

0 comments on commit 95dbe1b

Please sign in to comment.