Skip to content

Commit f7f7777

Browse files
[CI] Apply suggestions from code review (- WIP #176 -)
* Consistent triggers for GHA as per #176
1 parent d6fa180 commit f7f7777

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/bandit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
name: Bandit
1414
on: # yamllint disable-line rule:truthy
1515
push:
16-
branches: ["master", "stable", feature-*, patch-*, HOTFIX-*]
16+
branches: ["main", "master", "stable"]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: ["master", "stable"]
19+
branches: ["main", "master", "stable", feature-*, patch-*, HOTFIX-*]
2020

2121
permissions: {}
2222

.github/workflows/makefile-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
name: Makefile Lint
44
on: # yamllint disable-line rule:truthy
55
push:
6-
branches: ["main", "master", "stable", patch-*, feature-*, HOTFIX-*]
7-
pull_request:
86
branches: ["main", "master", "stable"]
7+
pull_request:
8+
branches: ["main", "master", "stable", feature-*, patch-*, HOTFIX-*]
99

1010
permissions: {} # Setting default permissions to none for enhanced security
1111

.github/workflows/markdown-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
name: Markdown Lint
44
on: # yamllint disable-line rule:truthy
55
push:
6-
branches: ["master", "stable", feature-*, patch-*, HOTFIX-*]
6+
branches: ["main", "master", "stable"]
77
pull_request:
8-
branches: ["main", "master"]
8+
branches: ["main", "master", "stable", feature-*, patch-*, HOTFIX-*]
99

1010
permissions: {} # Setting default permissions to none for enhanced security
1111

.github/workflows/yaml-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
name: YAML Lint
44
on: # yamllint disable-line rule:truthy
55
push:
6-
branches: ["master", "stable", feature-*, patch-*, HOTFIX-*]
7-
pull_request:
86
branches: ["main", "master", "stable"]
7+
pull_request:
8+
branches: ["main", "master", "stable", feature-*, patch-*, HOTFIX-*]
99

1010
permissions: {} # Setting default permissions to none for enhanced security
1111

0 commit comments

Comments
 (0)