We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c571c46 commit 1b6b4fbCopy full SHA for 1b6b4fb
1 file changed
.github/workflows/build.yml
@@ -43,4 +43,4 @@ jobs:
43
env:
44
EXPORTER_TOKEN: "${{ secrets.EXPORTER_TOKEN }}"
45
JOB_STATUS: "${{ job.status }}"
46
- if: "${{ always() }}"
+ if: always() && github.ref == 'refs/heads/main'
0 commit comments