Skip to content

Commit

Permalink
Fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie6king committed Nov 18, 2024
1 parent ee1a69a commit 717e3ed
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 @@ -12,7 +12,7 @@ jobs:

build:

if: {{ github.event.workflow_run.conclusion == 'success; && github.ref == 'refs/heads/main' }}
if: {{ github.event.workflow_run.conclusion == 'success' && github.ref == 'refs/heads/main' }}

runs-on: ubuntu-latest

Expand Down

0 comments on commit 717e3ed

Please sign in to comment.