Skip to content

Commit

Permalink
github: workflows: restricted AArch64 CI to relevant changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vpirogov committed Dec 18, 2024
1 parent 49e4da6 commit 430aba3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,29 @@ name: "CI AArch64"
#* https://github.com/orgs/community/discussions/26940#discussioncomment-5686753
on:
push:
branches: [ main, 'rls-*' ]
paths:
- '.github/**'
- 'cmake/**'
- 'examples/**
- 'include/**'
- 'src/cpu/*'
- 'src/cpu/common/**'
- 'src/cpu/aarch64/**'
- 'tests/**'
- 'CMakeLists.txt'
pull_request:
types: [opened, synchronize, reopened]
paths:
- '.github/**'
- 'cmake/**'
- 'examples/**
- 'include/**'
- 'src/cpu/*'
- 'src/cpu/common/**'
- 'src/cpu/aarch64/**'
- 'tests/**'
- 'CMakeLists.txt'

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

0 comments on commit 430aba3

Please sign in to comment.