Skip to content

Commit

Permalink
only export on main branch (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl-cultivator[bot] authored Jul 7, 2023
1 parent 09f7b2d commit 83709c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
env:
EXPORTER_TOKEN: "${{ secrets.EXPORTER_TOKEN }}"
JOB_STATUS: "${{ job.status }}"
if: "${{ always() }}"
if: always() && github.ref == 'refs/heads/main'

0 comments on commit 83709c6

Please sign in to comment.