Skip to content

Commit

Permalink
Merge pull request #10 from bedita/fix/not-merged
Browse files Browse the repository at this point in the history
Fix: skip all jobs if PR not merged
  • Loading branch information
didoda authored Oct 6, 2022
2 parents a367135 + 3db2046 commit 5ba53ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ on:
jobs:

debug:
if: github.event.pull_request.merged
runs-on: 'ubuntu-latest'
steps:
- name: Dump GitHub context
Expand Down

0 comments on commit 5ba53ea

Please sign in to comment.