File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,29 @@ name: "CI AArch64"
21
21
# * https://github.com/orgs/community/discussions/26940#discussioncomment-5686753
22
22
on :
23
23
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'
24
35
pull_request :
25
36
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'
26
47
27
48
# * Stop stale workflows when pull requests are updated: https://stackoverflow.com/a/70972844
28
49
# * Does not apply to the main branch.
You can’t perform that action at this time.
0 commit comments