ci: prevent critical overuse of GitHub Actions minutes by @couscousdude

time is running out...
This commit is contained in:
Ananth Venkatesh 2024-03-01 13:45:00 -08:00 committed by GitHub
parent 079b8961e5
commit c5710d03b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: