mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-25 10:43:44 +00:00
correct ci paths filter
This commit is contained in:
parent
4deec2f4be
commit
d0758d0733
16
.github/workflows/build_aarch64.yml
vendored
16
.github/workflows/build_aarch64.yml
vendored
@ -3,17 +3,17 @@ name: Build AArch64
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'src'
|
||||
- 'examples'
|
||||
- 'lib'
|
||||
- 'hw'
|
||||
- 'src/**'
|
||||
- 'examples/**'
|
||||
- 'lib/**'
|
||||
- 'hw/**'
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- 'src'
|
||||
- 'examples'
|
||||
- 'lib'
|
||||
- 'hw'
|
||||
- 'src/**'
|
||||
- 'examples/**'
|
||||
- 'lib/**'
|
||||
- 'hw/**'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
|
16
.github/workflows/build_arm.yml
vendored
16
.github/workflows/build_arm.yml
vendored
@ -3,17 +3,17 @@ name: Build ARM
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'src'
|
||||
- 'examples'
|
||||
- 'lib'
|
||||
- 'hw'
|
||||
- 'src/**'
|
||||
- 'examples/**'
|
||||
- 'lib/**'
|
||||
- 'hw/**'
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- 'src'
|
||||
- 'examples'
|
||||
- 'lib'
|
||||
- 'hw'
|
||||
- 'src/**'
|
||||
- 'examples/**'
|
||||
- 'lib/**'
|
||||
- 'hw/**'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
|
16
.github/workflows/build_esp.yml
vendored
16
.github/workflows/build_esp.yml
vendored
@ -3,17 +3,17 @@ name: Build ESP
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'src'
|
||||
- 'examples'
|
||||
- 'lib'
|
||||
- 'hw'
|
||||
- 'src/**'
|
||||
- 'examples/**'
|
||||
- 'lib/**'
|
||||
- 'hw/**'
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- 'src'
|
||||
- 'examples'
|
||||
- 'lib'
|
||||
- 'hw'
|
||||
- 'src/**'
|
||||
- 'examples/**'
|
||||
- 'lib/**'
|
||||
- 'hw/**'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
|
16
.github/workflows/build_msp430.yml
vendored
16
.github/workflows/build_msp430.yml
vendored
@ -3,17 +3,17 @@ name: Build MSP430
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'src'
|
||||
- 'examples'
|
||||
- 'lib'
|
||||
- 'hw'
|
||||
- 'src/**'
|
||||
- 'examples/**'
|
||||
- 'lib/**'
|
||||
- 'hw/**'
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- 'src'
|
||||
- 'examples'
|
||||
- 'lib'
|
||||
- 'hw'
|
||||
- 'src/**'
|
||||
- 'examples/**'
|
||||
- 'lib/**'
|
||||
- 'hw/**'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
|
16
.github/workflows/build_renesas.yml
vendored
16
.github/workflows/build_renesas.yml
vendored
@ -3,17 +3,17 @@ name: Build Renesas
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'src'
|
||||
- 'examples'
|
||||
- 'lib'
|
||||
- 'hw'
|
||||
- 'src/**'
|
||||
- 'examples/**'
|
||||
- 'lib/**'
|
||||
- 'hw/**'
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- 'src'
|
||||
- 'examples'
|
||||
- 'lib'
|
||||
- 'hw'
|
||||
- 'src/**'
|
||||
- 'examples/**'
|
||||
- 'lib/**'
|
||||
- 'hw/**'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
|
16
.github/workflows/build_riscv.yml
vendored
16
.github/workflows/build_riscv.yml
vendored
@ -3,17 +3,17 @@ name: Build RISC-V
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'src'
|
||||
- 'examples'
|
||||
- 'lib'
|
||||
- 'hw'
|
||||
- 'src/**'
|
||||
- 'examples/**'
|
||||
- 'lib/**'
|
||||
- 'hw/**'
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- 'src'
|
||||
- 'examples'
|
||||
- 'lib'
|
||||
- 'hw'
|
||||
- 'src/**'
|
||||
- 'examples/**'
|
||||
- 'lib/**'
|
||||
- 'hw/**'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
|
16
.github/workflows/test_hardware.yml
vendored
16
.github/workflows/test_hardware.yml
vendored
@ -3,17 +3,17 @@ name: Hardware Test
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'src'
|
||||
- 'examples'
|
||||
- 'lib'
|
||||
- 'hw'
|
||||
- 'src/**'
|
||||
- 'examples/**'
|
||||
- 'lib/**'
|
||||
- 'hw/**'
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- 'src'
|
||||
- 'examples'
|
||||
- 'lib'
|
||||
- 'hw'
|
||||
- 'src/**'
|
||||
- 'examples/**'
|
||||
- 'lib/**'
|
||||
- 'hw/**'
|
||||
|
||||
# Hardware in the loop (HIL)
|
||||
# Current self-hosted instance is running on an EPYC 7232 server hosted by HiFiPhile user
|
||||
|
Loading…
x
Reference in New Issue
Block a user