Skip to content

Commit

Permalink
only export on main branch (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl-cultivator[bot] committed Jul 7, 2023
1 parent f3aeaa0 commit 4438bc6
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 @@ -34,4 +34,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 4438bc6

Please sign in to comment.