Skip to content

Commit 0601ffd

Browse files
committed
Run push CI on master only so a PR branch does not double-trigger
1 parent 320e6c9 commit 0601ffd

23 files changed

Lines changed: 23 additions & 0 deletions

.github/workflows/analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
# ASan+UBSan gates every PR (fast, verified). valgrind is heavier and
55
# leak-noise prone, so the nightly (workflow_call) runs it -- see setup job.
66
push:
7+
branches: [master]
78
paths:
89
- '**/*.c'
910
- '**/*.h'

.github/workflows/android.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Android
22

33
on:
44
push:
5+
branches: [master]
56
paths:
67
- 'android/**'
78
- '.github/workflows/android.yml'

.github/workflows/bsdkm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: BSDKM
22

33
on:
44
push:
5+
branches: [master]
56
paths:
67
- 'kernel/bsdkm/**'
78
- '.github/workflows/bsdkm.yml'

.github/workflows/cert-expiry.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Cert Expiry
22

33
on:
44
push:
5+
branches: [master]
56
paths:
67
- 'certs/**'
78
- '.github/workflows/cert-expiry.yml'

.github/workflows/cmake.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: CMake
22

33
on:
44
push:
5+
branches: [master]
56
paths:
67
- 'cmake/**'
78
- '.github/workflows/cmake.yml'

.github/workflows/config-matrix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Config Matrix
22

33
on:
44
push:
5+
branches: [master]
56
paths:
67
- '**/*.c'
78
- '**/*.h'

.github/workflows/cra-kit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: CRA Kit
22

33
on:
44
push:
5+
branches: [master]
56
paths:
67
- 'cra-kit/**'
78
- '.github/workflows/cra-kit.yml'

.github/workflows/cross-arch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Cross-arch
22

33
on:
44
push:
5+
branches: [master]
56
paths:
67
- '**/*.c'
78
- '**/*.h'

.github/workflows/csharp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: CSharp
22

33
on:
44
push:
5+
branches: [master]
56
paths:
67
- 'CSharp/**'
78
- '.github/workflows/csharp.yml'

.github/workflows/device-sims.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Device sims
22

33
on:
44
push:
5+
branches: [master]
56
paths:
67
- '.github/workflows/device-sims.yml'
78
pull_request:

0 commit comments

Comments
 (0)