From 4c06c1f9a7cba009a97a6ceb81b427a87c1b7ac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=B6rmet=20Yiltiz?= Date: Wed, 20 Dec 2023 21:57:10 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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: