Skip to content

Commit 430aba3

Browse files
committed
github: workflows: restricted AArch64 CI to relevant changes
1 parent 49e4da6 commit 430aba3

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/ci-aarch64.yml

+21
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,29 @@ name: "CI AArch64"
2121
#* https://github.com/orgs/community/discussions/26940#discussioncomment-5686753
2222
on:
2323
push:
24+
branches: [ main, 'rls-*' ]
25+
paths:
26+
- '.github/**'
27+
- 'cmake/**'
28+
- 'examples/**
29+
- 'include/**'
30+
- 'src/cpu/*'
31+
- 'src/cpu/common/**'
32+
- 'src/cpu/aarch64/**'
33+
- 'tests/**'
34+
- 'CMakeLists.txt'
2435
pull_request:
2536
types: [opened, synchronize, reopened]
37+
paths:
38+
- '.github/**'
39+
- 'cmake/**'
40+
- 'examples/**
41+
- 'include/**'
42+
- 'src/cpu/*'
43+
- 'src/cpu/common/**'
44+
- 'src/cpu/aarch64/**'
45+
- 'tests/**'
46+
- 'CMakeLists.txt'
2647

2748
#* Stop stale workflows when pull requests are updated: https://stackoverflow.com/a/70972844
2849
#* Does not apply to the main branch.

0 commit comments

Comments
 (0)