ci: update when to run workflows

This commit is contained in:
Baptiste Augrain
2022-08-23 00:59:49 +02:00
parent f21c11dde0
commit 121385623c
3 changed files with 12 additions and 6 deletions

View File

@@ -9,9 +9,11 @@ on:
schedule:
- cron: '0 0 * * *'
push:
branches: [ master ]
paths-ignore:
- '**/*.md'
pull_request:
branches: [ master ]
paths-ignore:
- '**/*.md'
jobs:
release: