Skip to content

Commit

Permalink
Update GHA workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Nov 29, 2024
1 parent 5922df4 commit cdbc335
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sst.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches-ignore:
- 'main'
- 'release/**'

# Concurrency group name ensures concurrent workflow runs wait for any in-progress job to finish
concurrency:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/sst.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Deployment (Prod)

on:
push:
branches:
- "release/*"
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/sst.staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Deployment (Staging)
on:
push:
branches:
- "main"
- 'main'
- 'release/**'
tags-ignore:
- '*'

Expand Down

0 comments on commit cdbc335

Please sign in to comment.