From 8f16e313ec632fe91dba586c7219888da5309229 Mon Sep 17 00:00:00 2001 From: Jakob van Santen Date: Fri, 20 Oct 2023 11:34:44 +0200 Subject: [PATCH] ci: trigger on push --- .github/workflows/continous_integration.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/continous_integration.yml b/.github/workflows/continous_integration.yml index 0b95814..86cd300 100644 --- a/.github/workflows/continous_integration.yml +++ b/.github/workflows/continous_integration.yml @@ -6,15 +6,13 @@ name: CI on: # Triggers the workflow on push or pull request events push: - + branches: + - main + tags: + - v* pull_request: - - # run the pipeline on the 0th minute of the 0th hour of day 1 and 15 every month - schedule: - - cron: '0 0 1,15 * *' - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: + branches: + - main # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: