Skip to content

Commit

Permalink
ci: trigger on push
Browse files Browse the repository at this point in the history
  • Loading branch information
jvansanten committed Oct 20, 2023
1 parent dde42c7 commit 8f16e31
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/continous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8f16e31

Please sign in to comment.