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: