Skip to content

Commit 251fa0e

Browse files
HOCS-6604: Run workflows on hotfix branches (#1026)
1 parent d03f7cc commit 251fa0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/anchore-scan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Anchore Scan"
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, 'hotfix/**' ]
66
pull_request:
77
types: [ labeled, opened, reopened, synchronize ]
88
schedule:

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: "CodeQL Scan"
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, 'hotfix/**' ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ main, 'hotfix/**' ]
88
schedule:
99
- cron: '45 12 * * 1'
1010

0 commit comments

Comments
 (0)