File tree 1 file changed +27
-0
lines changed
1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,35 @@ name: "CI AArch64"
21
21
# * https://github.com/orgs/community/discussions/26940#discussioncomment-5686753
22
22
on :
23
23
push :
24
+ paths :
25
+ - .github/**
26
+ - cmake/**
27
+ - examples/**
28
+ - include/**
29
+ - src/**
30
+ - tests/**
31
+ paths-ignore :
32
+ - src/gpu/**
33
+ - src/cpu/ppc64/**
34
+ - src/cpu/rv64/**
35
+ - src/cpu/s390x/**
36
+ - src/cpu/x64/**
37
+
24
38
pull_request :
25
39
types : [opened, synchronize, reopened]
40
+ paths :
41
+ - .github/**
42
+ - cmake/**
43
+ - examples/**
44
+ - include/**
45
+ - src/**
46
+ - tests/**
47
+ paths-ignore :
48
+ - src/gpu/**
49
+ - src/cpu/ppc64/**
50
+ - src/cpu/rv64/**
51
+ - src/cpu/s390x/**
52
+ - src/cpu/x64/**
26
53
27
54
# * Stop stale workflows when pull requests are updated: https://stackoverflow.com/a/70972844
28
55
# * Does not apply to the main branch.
You can’t perform that action at this time.
0 commit comments