test ci paths
This commit is contained in:
11
.github/workflows/build_arm.yml
vendored
11
.github/workflows/build_arm.yml
vendored
@@ -1,11 +1,14 @@
|
|||||||
name: Build ARM
|
name: Build ARM
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
|
||||||
push:
|
push:
|
||||||
release:
|
paths:
|
||||||
types:
|
- 'src'
|
||||||
- created
|
- 'examples'
|
||||||
|
- 'lib'
|
||||||
|
- 'hw'
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||||
|
Reference in New Issue
Block a user