fix(insider): spreadhead workflow must not be executed by a push or a PR

This commit is contained in:
Baptiste Augrain 2022-08-29 15:49:24 +02:00
parent 61e880da67
commit 78b66c8909

View file

@ -4,14 +4,6 @@ on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
push:
branches: [ insider ]
paths-ignore:
- '**/*.md'
pull_request:
branches: [ insider ]
paths-ignore:
- '**/*.md'
jobs:
build: