Skip to content

Commit

Permalink
fix: correct reference to dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesdring committed Dec 18, 2024
1 parent dc0fdf4 commit 8b6e158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ concurrency:
jobs:
# Build job
dev-build:
if: github.ref == 'dev'
if: github.ref == 'refs/heads/dev'
runs-on: ubuntu-latest
env:
DENO_DIR: /var/tmp/deno_cache
Expand Down

0 comments on commit 8b6e158

Please sign in to comment.