add paths to all workflows

This commit is contained in:
hathach
2022-12-08 09:44:26 +07:00
parent a3827b87fe
commit 91d5fa5639
8 changed files with 79 additions and 25 deletions

View File

@@ -1,11 +1,19 @@
name: Build AArch64
on:
pull_request:
push:
release:
types:
- created
paths:
- 'src'
- 'examples'
- 'lib'
- 'hw'
pull_request:
branches: [ master ]
paths:
- 'src'
- 'examples'
- 'lib'
- 'hw'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}