Skip to content

Commit cadff4c

Browse files
authored
Merge pull request #16 from aidangarske/chore/branch-triggers-main
Point CI branch triggers at main after default branch rename
2 parents 450d90c + 486e0d3 commit cadff4c

12 files changed

Lines changed: 12 additions & 12 deletions

.github/workflows/build-test.yml

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

33
on:
44
push:
5-
branches: [ 'master', 'main', 'release/**' ]
5+
branches: [ 'main', 'release/**' ]
66
pull_request:
77
branches: [ '*' ]
88
repository_dispatch:

.github/workflows/codeql.yml

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

33
on:
44
push:
5-
branches: [ 'master', 'main', 'release/**' ]
5+
branches: [ 'main', 'release/**' ]
66
pull_request:
77
branches: [ '*' ]
88
schedule:

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Codespell test
55
# START OF COMMON SECTION
66
on:
77
push:
8-
branches: [ 'master', 'main', 'release/**' ]
8+
branches: [ 'main', 'release/**' ]
99
pull_request:
1010
branches: [ '*' ]
1111
repository_dispatch:

.github/workflows/compiler-warnings.yml

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

33
on:
44
push:
5-
branches: [ 'master', 'main', 'release/**' ]
5+
branches: [ 'main', 'release/**' ]
66
pull_request:
77
branches: [ '*' ]
88
repository_dispatch:

.github/workflows/empty-brace-scan.yml

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

33
on:
44
push:
5-
branches: [ 'master', 'main', 'release/**' ]
5+
branches: [ 'main', 'release/**' ]
66
pull_request:
77
branches: [ '*' ]
88
repository_dispatch:

.github/workflows/memory-check.yml

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

33
on:
44
push:
5-
branches: [ 'master', 'main', 'release/**' ]
5+
branches: [ 'main', 'release/**' ]
66
pull_request:
77
branches: [ '*' ]
88
repository_dispatch:

.github/workflows/multi-compiler.yml

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

33
on:
44
push:
5-
branches: [ 'master', 'main', 'release/**' ]
5+
branches: [ 'main', 'release/**' ]
66
pull_request:
77
branches: [ '*' ]
88
repository_dispatch:

.github/workflows/spdm-emu-pqc-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: SPDM Emulator PQC (ML-DSA) Test
99

1010
on:
1111
push:
12-
branches: [ 'master', 'main', 'release/**' ]
12+
branches: [ 'main', 'release/**' ]
1313
pull_request:
1414
branches: [ '*' ]
1515
repository_dispatch:

.github/workflows/spdm-emu-test.yml

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

33
on:
44
push:
5-
branches: [ 'master', 'main', 'release/**' ]
5+
branches: [ 'main', 'release/**' ]
66
pull_request:
77
branches: [ '*' ]
88
repository_dispatch:

.github/workflows/static-analysis.yml

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

33
on:
44
push:
5-
branches: [ 'master', 'main', 'release/**' ]
5+
branches: [ 'main', 'release/**' ]
66
pull_request:
77
branches: [ '*' ]
88
repository_dispatch:

0 commit comments

Comments
 (0)