Skip to content

Commit

Permalink
Update GitHub Actions workflow to trigger on push to production branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaroran committed Mar 4, 2024
1 parent 0773b09 commit 979f6e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/github-actions-builder.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: 'publish'
on: [workflow_dispatch]
on:
push:
branches:
- production

jobs:
publish-tauri:
Expand Down

0 comments on commit 979f6e1

Please sign in to comment.