run workflow if its yml is updated

This commit is contained in:
hathach
2023-02-01 16:36:39 +07:00
parent 6ec0537408
commit 3846da69d3
8 changed files with 16 additions and 99 deletions

View File

@@ -7,6 +7,7 @@ on:
- 'examples/**'
- 'lib/**'
- 'hw/**'
- '.github/workflows/build_aarch64.yml'
pull_request:
branches: [ master ]
paths:
@@ -14,6 +15,7 @@ on:
- 'examples/**'
- 'lib/**'
- 'hw/**'
- '.github/workflows/build_aarch64.yml'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}