build conditions

This commit is contained in:
SpikeHD
2022-09-04 18:13:57 -07:00
parent 0087801f83
commit 6ef3e86820

View File

@@ -4,11 +4,13 @@ on:
push:
paths:
- '.github/workflows/build.yml'
- 'src-tauri/**'
- 'src-tauri/**/*'
- 'src/**/*'
pull_request:
paths:
- '.github/workflows/build.yml'
- 'src-tauri/**'
- 'src-tauri/**/*'
- 'src/**/*'
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}