Skip to content

Commit a3827b8

Browse files
committed
test ci paths
1 parent a652212 commit a3827b8

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/build_arm.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
name: Build ARM
22

33
on:
4-
pull_request:
54
push:
6-
release:
7-
types:
8-
- created
5+
paths:
6+
- 'src'
7+
- 'examples'
8+
- 'lib'
9+
- 'hw'
10+
pull_request:
11+
branches: [ master ]
912

1013
concurrency:
1114
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)