Skip to content

Commit

Permalink
Add staging branches to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jsangmeister committed Mar 4, 2024
1 parent ee44bc4 commit 2c8c835
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: CI

on:
pull_request:
branches: [main]
branches:
- main
- 'feature/**'
- 'staging/4*'
merge_group:
types: [checks_requested]
types:
- checks_requested

jobs:
build-and-test-prod-image:
Expand Down

0 comments on commit 2c8c835

Please sign in to comment.