diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 89831fc0..36917ef0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,11 +3,14 @@ name: Integration on: push: - branches: [main] + branches: [master] pull_request: - branches: [main] + branches: [master] schedule: - cron: '0 7 * * 1' + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + jobs: test: