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: push:
paths: paths:
- '.github/workflows/build.yml' - '.github/workflows/build.yml'
- 'src-tauri/**' - 'src-tauri/**/*'
- 'src/**/*'
pull_request: pull_request:
paths: paths:
- '.github/workflows/build.yml' - '.github/workflows/build.yml'
- 'src-tauri/**' - 'src-tauri/**/*'
- 'src/**/*'
concurrency: concurrency:
group: ${{ github.ref }}-${{ github.workflow }} group: ${{ github.ref }}-${{ github.workflow }}