Skip to content

Commit

Permalink
fix Slack notification to report failures on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-git committed May 7, 2024
1 parent 0a9bb0b commit f6535c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: slack
uses: homoluctus/slatify@master
if: failure() && github.ref == 'refs/heads/master'
if: failure() && github.ref == 'refs/heads/main'
with:
type: ${{ job.status }}
job_name: Build
Expand Down

0 comments on commit f6535c3

Please sign in to comment.