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
|
name: Build AArch64
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
|
||||||
push:
|
push:
|
||||||
release:
|
paths:
|
||||||
types:
|
- 'src'
|
||||||
- created
|
- 'examples'
|
||||||
|
- 'lib'
|
||||||
|
- 'hw'
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
|
paths:
|
||||||
|
- 'src'
|
||||||
|
- 'examples'
|
||||||
|
- 'lib'
|
||||||
|
- 'hw'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
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'
|
- 'hw'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
paths:
|
||||||
|
- 'src'
|
||||||
|
- 'examples'
|
||||||
|
- 'lib'
|
||||||
|
- 'hw'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
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
|
name: Build ESP
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
|
||||||
push:
|
push:
|
||||||
release:
|
paths:
|
||||||
types:
|
- 'src'
|
||||||
- created
|
- 'examples'
|
||||||
|
- 'lib'
|
||||||
|
- 'hw'
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
|
paths:
|
||||||
|
- 'src'
|
||||||
|
- 'examples'
|
||||||
|
- 'lib'
|
||||||
|
- 'hw'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
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
|
name: Build MSP430
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
|
||||||
push:
|
push:
|
||||||
release:
|
paths:
|
||||||
types:
|
- 'src'
|
||||||
- created
|
- 'examples'
|
||||||
|
- 'lib'
|
||||||
|
- 'hw'
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
|
paths:
|
||||||
|
- 'src'
|
||||||
|
- 'examples'
|
||||||
|
- 'lib'
|
||||||
|
- 'hw'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
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
|
name: Build Renesas
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
|
||||||
push:
|
push:
|
||||||
release:
|
paths:
|
||||||
types:
|
- 'src'
|
||||||
- created
|
- 'examples'
|
||||||
|
- 'lib'
|
||||||
|
- 'hw'
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
|
paths:
|
||||||
|
- 'src'
|
||||||
|
- 'examples'
|
||||||
|
- 'lib'
|
||||||
|
- 'hw'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
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
|
name: Build RISC-V
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
|
||||||
push:
|
push:
|
||||||
release:
|
paths:
|
||||||
types:
|
- 'src'
|
||||||
- created
|
- 'examples'
|
||||||
|
- 'lib'
|
||||||
|
- 'hw'
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
|
paths:
|
||||||
|
- 'src'
|
||||||
|
- 'examples'
|
||||||
|
- 'lib'
|
||||||
|
- 'hw'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
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
|
- name: Setup Ruby
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: '2.7'
|
ruby-version: '3.0'
|
||||||
|
|
||||||
- name: Checkout TinyUSB
|
- name: Checkout TinyUSB
|
||||||
uses: actions/checkout@v3
|
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
|
name: Hardware Test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
|
||||||
push:
|
push:
|
||||||
release:
|
paths:
|
||||||
types:
|
- 'src'
|
||||||
- created
|
- 'examples'
|
||||||
|
- 'lib'
|
||||||
|
- 'hw'
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
|
paths:
|
||||||
|
- 'src'
|
||||||
|
- 'examples'
|
||||||
|
- 'lib'
|
||||||
|
- 'hw'
|
||||||
|
|
||||||
# Hardware in the loop (HIL)
|
# Hardware in the loop (HIL)
|
||||||
# Current self-hosted instance is running on an EPYC 7232 server hosted by HiFiPhile user
|
# Current self-hosted instance is running on an EPYC 7232 server hosted by HiFiPhile user
|
||||||
|
Loading…
x
Reference in New Issue
Block a user