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 * *"