From f5ede128916b9d06281501d6533c05975c55d3c7 Mon Sep 17 00:00:00 2001 From: David Rheinsberg Date: Tue, 12 Dec 2023 15:49:18 +0100 Subject: [PATCH] ci: synchronize triggers Update the CI triggers and synchronize them with the other c-util projects. Signed-off-by: David Rheinsberg --- .github/workflows/ci.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d54b120..7a57f32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,15 @@ -name: Continuous Integration +name: "Continuous Integration" on: - push: pull_request: - schedule: - - cron: '0 0 * * *' + push: + branches-ignore: ["pr/**"] + tags: ["**"] + workflow_dispatch: + +defaults: + run: + shell: "bash" jobs: ci: