Skip to content

Commit

Permalink
Update GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Nov 29, 2024
1 parent b7f72b6 commit 69933e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sst.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches-ignore:
- 'main'
- "release/*"
- 'release/**'
- 'legacy-**'

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sst.staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ on:
push:
branches:
- 'main'
- 'release/*'
- 'release/**'
tags-ignore:
- "*"
- '*'

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

0 comments on commit 69933e3

Please sign in to comment.