Skip to content

Commit

Permalink
Adding maintenance/* and hotfix/* to test-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vd-lhridley committed Nov 26, 2024
1 parent 49b51c1 commit a3bd168
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
- 'main'
- 'feature/*'
- 'bugfix/*'
- 'maintenance/*'
- 'hotfix/*'
jobs:
security_tests:
uses: ./.github/workflows/security-checks.yml
Expand Down

0 comments on commit a3bd168

Please sign in to comment.