Skip to content

Commit

Permalink
fix(all): build updater trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Nov 8, 2023
1 parent 8561829 commit 0d59de3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ on:
- '.github/workflows/build.yml'
- 'src-tauri/**/*'
- 'src/**/*'
- 'updater/**/*'
pull_request:
paths:
- '.github/workflows/build.yml'
- 'src-tauri/**/*'
- 'src/**/*'
- 'updater/**/*'

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand Down

0 comments on commit 0d59de3

Please sign in to comment.