From 43662f5e27afef360b23f698b709042eb7fcdb73 Mon Sep 17 00:00:00 2001 From: Antonin Stefanutti Date: Mon, 13 Feb 2023 16:33:36 +0100 Subject: [PATCH] Fix CI workflow triggers --- .github/workflows/ci.yml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5360b38..02d8ea0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 * * *'