Skip to content

Commit

Permalink
Update workflow to not run on new branch created
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Jul 28, 2024
1 parent 82f8af4 commit 0a01f1c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sst.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Deployment (Dev)
on:
push:
branches-ignore:
- 'main'
- "**"
pull_request:
branches:
- "main"

concurrency:
group: merge-${{ github.ref }}
Expand Down

0 comments on commit 0a01f1c

Please sign in to comment.