Fix CI workflow triggers

This commit is contained in:
Antonin Stefanutti 2023-02-13 16:33:36 +01:00 committed by Antonin Stefanutti
parent 296c082a90
commit 43662f5e27

View File

@ -1,8 +1,22 @@
name: CI
on:
push: ~
pull_request: ~
pull_request:
branches:
- master
paths-ignore:
- 'docs/**'
- '**.adoc'
- '**.md'
- 'LICENSE'
push:
branches:
- main
paths-ignore:
- 'docs/**'
- '**.adoc'
- '**.md'
- 'LICENSE'
schedule:
- cron: '0 12 * * *'