Skip to content

Commit

Permalink
fix: add missing colon in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfortunato committed Apr 10, 2024
1 parent cb72e62 commit 65dd38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
GIT_COMMIT_SHA: ${{ github.sha }}
on:
push:
branches
branches:
- dev
jobs:
Deploy-Preview:
Expand Down

0 comments on commit 65dd38a

Please sign in to comment.