Skip to content

Commit

Permalink
Prefer apostrophes in job condition
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus21337 committed Oct 8, 2024
1 parent 12abe65 commit a327fd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:

publish:
name: Publish to Docker Hub
needs: check
runs-on: ubuntu-latest
if: github.ref == "refs/heads/main"
if: github.ref == 'refs/heads/main'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a327fd4

Please sign in to comment.