Skip to content

Commit 875fe98

Browse files
ci: only notify on main
1 parent 5f53dea commit 875fe98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clojure.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
notify-test-failures:
3434
runs-on: ubuntu-latest
3535
needs: [test, codox]
36-
if: failure()
36+
if: failure() && github.ref == 'refs/heads/main'
3737
steps:
3838
- env:
3939
SECRET: ${{ secrets.MATTERMOST_WEBHOOK_URL }}

0 commit comments

Comments
 (0)