ci: prevent critical overuse of GitHub Actions minutes by @couscousdude
time is running out...
This commit is contained in:
parent
079b8961e5
commit
c5710d03b9
1 changed files with 3 additions and 6 deletions
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
|
@ -1,11 +1,8 @@
|
|||
name: 'publish'
|
||||
name: 'Publish'
|
||||
|
||||
# This will trigger the action on each push to the `release` branch.
|
||||
# This will trigger the action manually.
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- beta
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
publish-tauri:
|
||||
|
|
Loading…
Reference in a new issue