summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-12-08 09:30:42 +0700
committerhathach <[email protected]>2022-12-08 09:30:42 +0700
commita3827b87fe6504bdb5acde3d09a49044498467ef (patch)
tree0b71daae36041ad16533e11a115fdd8a35d8fea7 /.github/workflows
parenta652212f274bdbeb55bcc7e4276037393d76d77b (diff)
test ci paths
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build_arm.yml11
1 files changed, 7 insertions, 4 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml
index 56200465b..56ba88669 100644
--- a/.github/workflows/build_arm.yml
+++ b/.github/workflows/build_arm.yml
@@ -1,11 +1,14 @@
name: Build ARM
on:
- pull_request:
push:
- release:
- types:
- - created
+ paths:
+ - 'src'
+ - 'examples'
+ - 'lib'
+ - 'hw'
+ pull_request:
+ branches: [ master ]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}