Add workflow_dispatch to push event for production branch
This commit is contained in:
2
.github/workflows/github-actions-builder.yml
vendored
2
.github/workflows/github-actions-builder.yml
vendored
@@ -3,6 +3,8 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- production
|
||||
workflow_dispatch:
|
||||
- production
|
||||
|
||||
jobs:
|
||||
publish-tauri:
|
||||
|
||||
Reference in New Issue
Block a user