diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index 7843204..6b007cb 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -2,11 +2,10 @@ name: Continues Integration (Master) on: workflow_dispatch: - pull_request: + push: branches-ignore: - master - main - - gh-pages schedule: # “At 00:00 on every 7th day-of-month from 1 through 31.” (https://crontab.guru) - cron: "0 0 1/7 * *" diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index cbd7c6f..8569fd5 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -2,10 +2,6 @@ name: Continues Integration (PR) on: pull_request: - branches-ignore: - - master - - main - - "Test-Automation" jobs: