Skip to content

Commit 1b6b4fb

Browse files
author
akerl-cultivator[bot]
authored
only export on main branch (#15)
1 parent c571c46 commit 1b6b4fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
env:
4444
EXPORTER_TOKEN: "${{ secrets.EXPORTER_TOKEN }}"
4545
JOB_STATUS: "${{ job.status }}"
46-
if: "${{ always() }}"
46+
if: always() && github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)