mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
add paths to all workflows
This commit is contained in:
parent
a3827b87fe
commit
91d5fa5639
16
.github/workflows/build_aarch64.yml
vendored
16
.github/workflows/build_aarch64.yml
vendored
@ -1,11 +1,19 @@
|
||||
name: Build AArch64
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
release:
|
||||
types:
|
||||
- created
|
||||
paths:
|
||||
- 'src'
|
||||
- 'examples'
|
||||
- 'lib'
|
||||
- 'hw'
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- 'src'
|
||||
- 'examples'
|
||||
- 'lib'
|
||||
- 'hw'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
|
5
.github/workflows/build_arm.yml
vendored
5
.github/workflows/build_arm.yml
vendored
@ -9,6 +9,11 @@ on:
|
||||
- 'hw'
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- '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
@ -1,11 +1,19 @@
|
||||
name: Build ESP
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
release:
|
||||
types:
|
||||
- created
|
||||
paths:
|
||||
- 'src'
|
||||
- 'examples'
|
||||
- 'lib'
|
||||
- 'hw'
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- '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
@ -1,11 +1,19 @@
|
||||
name: Build MSP430
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
release:
|
||||
types:
|
||||
- created
|
||||
paths:
|
||||
- 'src'
|
||||
- 'examples'
|
||||
- 'lib'
|
||||
- 'hw'
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- '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
@ -1,11 +1,19 @@
|
||||
name: Build Renesas
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
release:
|
||||
types:
|
||||
- created
|
||||
paths:
|
||||
- 'src'
|
||||
- 'examples'
|
||||
- 'lib'
|
||||
- 'hw'
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- '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
@ -1,11 +1,19 @@
|
||||
name: Build RISC-V
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
release:
|
||||
types:
|
||||
- created
|
||||
paths:
|
||||
- 'src'
|
||||
- 'examples'
|
||||
- 'lib'
|
||||
- 'hw'
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- 'src'
|
||||
- 'examples'
|
||||
- 'lib'
|
||||
- 'hw'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
|
2
.github/workflows/pre-commit.yml
vendored
2
.github/workflows/pre-commit.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
- name: Setup Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '2.7'
|
||||
ruby-version: '3.0'
|
||||
|
||||
- name: Checkout TinyUSB
|
||||
uses: actions/checkout@v3
|
||||
|
17
.github/workflows/test_hardware.yml
vendored
17
.github/workflows/test_hardware.yml
vendored
@ -1,10 +1,19 @@
|
||||
name: Hardware Test
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
release:
|
||||
types:
|
||||
- created
|
||||
paths:
|
||||
- 'src'
|
||||
- 'examples'
|
||||
- 'lib'
|
||||
- 'hw'
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- '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