Skip to content

Commit

Permalink
Update deployment to tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
russleyshaw committed Oct 8, 2024
1 parent 96f4cba commit d922a15
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ name: 'Create Release'

on:
push:
branches:
- release
tags:
- 'v*'
workflow_dispatch:

# This workflow will trigger on each push to the `release` branch to create or update a GitHub release, build your app, and upload the artifacts to the release.

jobs:
publish-tauri:
permissions:
Expand Down

0 comments on commit d922a15

Please sign in to comment.