Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hellno committed Aug 22, 2023
1 parent c89ed84 commit c2c807a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: yarn install
- name: Test build
uses: tauri-apps/tauri-action@v0
if: not startsWith(github.ref, 'refs/tags/v')
if: (!startsWith(github.ref, 'refs/tags/v'))
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build the app
Expand Down

0 comments on commit c2c807a

Please sign in to comment.