Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit ee53e3c

Browse files
committed
Update github actions to trigger on correct branches
The naming convention for maintanence branches was changed from `vX_Y` to `bind-X.Y`.
1 parent d942c24 commit ee53e3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ "v9_16", "v9_18", "main" ]
5+
branches: [ "bind-9.16", "bind-9.18", "main" ]
66
schedule:
77
- cron: '39 8 * * 3'
88

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: SonarCloud
22

33
on:
44
push:
5-
branches: [ "v9_16", "v9_18", "main" ]
5+
branches: [ "bind-9.16", "bind-9.18", "main" ]
66
schedule:
77
- cron: '39 8 * * 3'
88

0 commit comments

Comments
 (0)