Skip to content

Commit

Permalink
update gh action to trigger on staging branch push/merge
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Mar 16, 2023
1 parent 2481105 commit 2ace4d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: CI
# Controls when the action will run. Triggers the workflow on pushes to main or on pull request events
on:
push:
branches: [dev, stage, test, release-**]
branches: [dev, staging, test, release-**]
pull_request:
branches: [dev, stage, test, release-**]
branches: [dev, staging, test, release-**]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit 2ace4d4

Please sign in to comment.