Skip to content

Commit

Permalink
Update CI workflow triggers for new branching strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
capo-at-the-5th-fret committed Nov 22, 2024
1 parent b9323cb commit bd24b5f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# NOTE: This workflow is in the test_cpp_cache repository with full comments
name: Continuous Integration

on:
push:
branches: [ "main", "fix*" ]
branches:
- main
- develop
- 'feature/*'
- 'bugfix/*'
- 'release/*'
- 'hotfix/*'
pull_request:
branches: [ "main", "fix*" ]
branches:
- main
- develop

env:
BUILD_TYPE: Release
Expand Down

0 comments on commit bd24b5f

Please sign in to comment.