We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34cd575 commit 1242a65Copy full SHA for 1242a65
.github/workflows/release-notification.yaml
@@ -7,6 +7,7 @@ on:
7
jobs:
8
slack_notification:
9
runs-on: ubuntu-latest
10
+ if: ${{ !github.event.release.prerelease }}
11
steps:
12
- name: Print payload
13
run: |
0 commit comments