We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e4da6 commit 430aba3Copy full SHA for 430aba3
.github/workflows/ci-aarch64.yml
@@ -21,8 +21,29 @@ name: "CI AArch64"
21
#* https://github.com/orgs/community/discussions/26940#discussioncomment-5686753
22
on:
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'
35
pull_request:
36
types: [opened, synchronize, reopened]
37
38
39
40
41
42
43
44
45
46
47
48
#* Stop stale workflows when pull requests are updated: https://stackoverflow.com/a/70972844
49
#* Does not apply to the main branch.
0 commit comments