Update GitHub Actions workflow to trigger on push to production branch
This commit is contained in:
5
.github/workflows/github-actions-builder.yml
vendored
5
.github/workflows/github-actions-builder.yml
vendored
@@ -1,5 +1,8 @@
|
||||
name: 'publish'
|
||||
on: [workflow_dispatch]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- production
|
||||
|
||||
jobs:
|
||||
publish-tauri:
|
||||
|
||||
Reference in New Issue
Block a user