Skip to content

Commit

Permalink
fix: limit staging releases to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsna committed Sep 12, 2023
1 parent 9eb0bd5 commit bc738d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Deployment (Staging)
on:
workflow_run:
workflows: ["Release Image (Staging)"]
branches:
- main
types:
- completed

Expand Down

0 comments on commit bc738d3

Please sign in to comment.