Skip to content

Commit f3595ed

Browse files
committed
fix: notify slack on master
1 parent 791555d commit f3595ed

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/dhis2-verify-lib.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,9 @@ jobs:
194194

195195
send-slack-message:
196196
runs-on: ubuntu-latest
197-
if: ${{ always() && github.ref == 'refs/heads/master' }}
197+
if: |
198+
always() &&
199+
github.ref == 'refs/heads/fix/action-slack'
198200
needs: [build, lint, test, e2e, publish]
199201
steps:
200202
- uses: rtCamp/action-slack-notify@v2

0 commit comments

Comments
 (0)