Skip to content

Commit

Permalink
Clean up GHA workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Nov 29, 2024
1 parent 69933e3 commit 20af668
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sst.dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Deployment (Dev)

on:
push:
branches-ignore:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sst.prod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Deployment (Production)

on:
push:
tags:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sst.staging.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Deployment (Staging)

on:
push:
branches:
Expand Down

0 comments on commit 20af668

Please sign in to comment.