change path/command option based on platform

This commit is contained in:
SpikeHD
2022-09-04 14:00:27 -07:00
parent 94c1bfd104
commit 404e946e7c
5 changed files with 40 additions and 7 deletions

View File

@@ -1,6 +1,14 @@
name: Build
on: [push, pull-request]
on:
push:
paths:
- '.github/workflows/build.yml'
- 'src-tauri/**'
pull_request:
paths:
- '.github/workflows/build.yml'
- 'src-tauri/**'
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}