We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e588c commit 3a4ed2bCopy full SHA for 3a4ed2b
.github/workflows/build.yml
@@ -34,4 +34,4 @@ jobs:
34
env:
35
EXPORTER_TOKEN: "${{ secrets.EXPORTER_TOKEN }}"
36
JOB_STATUS: "${{ job.status }}"
37
- if: "${{ always() }}"
+ if: always() && github.ref == 'refs/heads/main'
0 commit comments