Skip to content

Commit

Permalink
HOCS-6604: Run workflows on hotfix branches (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephRogerson authored Apr 11, 2024
1 parent 5720d3b commit cb4bedb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/anchore-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Anchore Scan"

on:
push:
branches: [ main ]
branches: [ main, 'hotfix/**' ]
pull_request:
types: [ labeled, opened, reopened, synchronize ]
schedule:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "CodeQL Scan"

on:
push:
branches: [ main ]
branches: [ main, 'hotfix/**' ]
pull_request:
branches: [ main ]
branches: [ main, 'hotfix/**' ]
schedule:
- cron: '45 12 * * 1'

Expand Down

0 comments on commit cb4bedb

Please sign in to comment.