Run push CI on master only so a PR branch does not double-trigger

pull/598/head
aidan garske 2026-07-22 10:16:46 -07:00
parent 320e6c97a8
commit 0601ffdbf5
23 changed files with 23 additions and 0 deletions

View File

@ -4,6 +4,7 @@ on:
# ASan+UBSan gates every PR (fast, verified). valgrind is heavier and
# leak-noise prone, so the nightly (workflow_call) runs it -- see setup job.
push:
branches: [master]
paths:
- '**/*.c'
- '**/*.h'

View File

@ -2,6 +2,7 @@ name: Android
on:
push:
branches: [master]
paths:
- 'android/**'
- '.github/workflows/android.yml'

View File

@ -2,6 +2,7 @@ name: BSDKM
on:
push:
branches: [master]
paths:
- 'kernel/bsdkm/**'
- '.github/workflows/bsdkm.yml'

View File

@ -2,6 +2,7 @@ name: Cert Expiry
on:
push:
branches: [master]
paths:
- 'certs/**'
- '.github/workflows/cert-expiry.yml'

View File

@ -2,6 +2,7 @@ name: CMake
on:
push:
branches: [master]
paths:
- 'cmake/**'
- '.github/workflows/cmake.yml'

View File

@ -2,6 +2,7 @@ name: Config Matrix
on:
push:
branches: [master]
paths:
- '**/*.c'
- '**/*.h'

View File

@ -2,6 +2,7 @@ name: CRA Kit
on:
push:
branches: [master]
paths:
- 'cra-kit/**'
- '.github/workflows/cra-kit.yml'

View File

@ -2,6 +2,7 @@ name: Cross-arch
on:
push:
branches: [master]
paths:
- '**/*.c'
- '**/*.h'

View File

@ -2,6 +2,7 @@ name: CSharp
on:
push:
branches: [master]
paths:
- 'CSharp/**'
- '.github/workflows/csharp.yml'

View File

@ -2,6 +2,7 @@ name: Device sims
on:
push:
branches: [master]
paths:
- '.github/workflows/device-sims.yml'
pull_request:

View File

@ -2,6 +2,7 @@ name: DTLS multicast
on:
push:
branches: [master]
paths:
- 'dtls-mcast/**'
- '.github/workflows/dtls-mcast.yml'

View File

@ -2,6 +2,7 @@ name: ebpf
on:
push:
branches: [master]
paths:
- 'ebpf/**'
- '.github/workflows/ebpf.yml'

View File

@ -2,6 +2,7 @@ name: ESP32
on:
push:
branches: [master]
paths:
- 'ESP32/**'
- '.github/workflows/esp32.yml'

View File

@ -2,6 +2,7 @@ name: Fullstack
on:
push:
branches: [master]
paths:
- 'fullstack/**'
- '.github/workflows/fullstack.yml'

View File

@ -2,6 +2,7 @@ name: HSM
on:
push:
branches: [master]
paths:
- 'hsm/**'
- '.github/workflows/hsm.yml'

View File

@ -2,6 +2,7 @@ name: Java
on:
push:
branches: [master]
paths:
- 'java/**'
- '.github/workflows/java.yml'

View File

@ -2,6 +2,7 @@ name: Mynewt
on:
push:
branches: [master]
paths:
- 'mynewt/**'
- '.github/workflows/mynewt.yml'

View File

@ -2,6 +2,7 @@ name: PSA
on:
push:
branches: [master]
paths:
- 'psa/**'
- '.github/workflows/psa.yml'

View File

@ -2,6 +2,7 @@ name: PUF
on:
push:
branches: [master]
paths:
- 'puf/**'
- '.github/workflows/puf.yml'

View File

@ -2,6 +2,7 @@ name: RPi-Pico
on:
push:
branches: [master]
paths:
- 'RPi-Pico/**'
- '.github/workflows/rpi-pico.yml'

View File

@ -2,6 +2,7 @@ name: RT1060
on:
push:
branches: [master]
paths:
- 'RT1060/**'
- '.github/workflows/rt1060.yml'

View File

@ -2,6 +2,7 @@ name: SE050 sim
on:
push:
branches: [master]
paths:
- 'SE050/**'
- '.github/workflows/se050.yml'

View File

@ -2,6 +2,7 @@ name: Windows
on:
push:
branches: [master]
paths:
- 'cmake/**'
- '.github/workflows/windows.yml'