fix(ga): only run pipeline when scheduled or "New workflow"

This commit is contained in:
MDLeom 2022-01-10 09:33:37 +00:00
parent 0387a11f86
commit 932db38085
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 0 additions and 3 deletions

View File

@ -1,9 +1,6 @@
name: Pages
on:
push:
branches:
- main
schedule:
- cron: "0 0,12 * * *"
workflow_dispatch: