diff --git a/.github/workflows/codacy-analysis.yml b/.github/workflows/codacy-analysis.yml index c5d2108..473255e 100644 --- a/.github/workflows/codacy-analysis.yml +++ b/.github/workflows/codacy-analysis.yml @@ -15,10 +15,10 @@ name: Codacy Security Scan on: push: - branches: ["main"] + branches: ["main","master"] pull_request: # The branches below must be a subset of the branches above - branches: ["main"] + branches: ["main","master"] schedule: - cron: "28 22 * * 4" diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 86fee35..250695b 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -2,8 +2,7 @@ name: Docker Publish on: push: - branches: - - "main" + branches: ["main","master"] schedule: - cron: "0 0 * * *" diff --git a/.github/workflows/snyk-container.yml b/.github/workflows/snyk-container.yml index 6cf6533..03130c3 100644 --- a/.github/workflows/snyk-container.yml +++ b/.github/workflows/snyk-container.yml @@ -15,10 +15,10 @@ name: Snyk Container on: push: - branches: ["main"] + branches: ["main","master"] pull_request: # The branches below must be a subset of the branches above - branches: ["main"] + branches: ["main","master"] schedule: - cron: "45 1 * * 4" diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 6bb1600..4fb36f7 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -8,9 +8,9 @@ name: Lint Code Base on: push: - branches: ["main"] + branches: ["main","master"] pull_request: - branches: ["main"] + branches: ["main","master"] jobs: run-lint: runs-on: ubuntu-latest