Skip to content

Commit

Permalink
Fix github commit
Browse files Browse the repository at this point in the history
  • Loading branch information
keenanjohnson authored Mar 14, 2024
1 parent 3b06e79 commit 1b68a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
shell: bash

- name: Upload to Golioth (Main)
if: {{ github.ref == 'ref/head/main' }}
if: github.ref == 'ref/head/main'
run: |
python ./tools/upload-to-golioth.py
env:
Expand Down

0 comments on commit 1b68a51

Please sign in to comment.