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

This commit is contained in:
MDLeom 2022-01-11 06:41:57 +00:00
parent 09c0d718ba
commit 502190afe1
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: "30 0,12 * * *"
workflow_dispatch: