Skip to content

Commit

Permalink
Change trigger event.
Browse files Browse the repository at this point in the history
  • Loading branch information
BugDiver committed Feb 20, 2020
1 parent c8a49e5 commit 4fd7104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: [repository_dispatch]

jobs:
release-and-bump-version:
if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'ReleaseCandidate')
# if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'ReleaseCandidate')
runs-on: macos-latest
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
Expand Down

0 comments on commit 4fd7104

Please sign in to comment.