fix(ga): only run pipeline when scheduled or "New workflow"
This commit is contained in:
parent
41d3cd65ad
commit
628feedefb
|
@ -1,9 +1,6 @@
|
|||
name: Pages
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
schedule:
|
||||
- cron: "0 0,12 * * *"
|
||||
workflow_dispatch:
|
||||
|
|
Loading…
Reference in New Issue