From ba33eb4788e22d348c7ef409b0aec0a42c474698 Mon Sep 17 00:00:00 2001 From: Nicola Coretti Date: Mon, 5 Feb 2024 15:20:56 +0100 Subject: [PATCH] Make sure Test-Automation branch is ignored for now --- .github/workflows/ci-master.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index 6b007cb..98aecca 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -3,9 +3,9 @@ name: Continues Integration (Master) on: workflow_dispatch: push: - branches-ignore: - - master - - main + - master + - main + - "Test-Automation" schedule: # “At 00:00 on every 7th day-of-month from 1 through 31.” (https://crontab.guru) - cron: "0 0 1/7 * *"