diff --git a/.github/workflows/codacy-analysis.yml b/.github/workflows/codacy-analysis.yml index 473255e..dbd443b 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","master"] + branches: ["main", "master"] pull_request: # The branches below must be a subset of the branches above - branches: ["main","master"] + branches: ["main", "master"] schedule: - cron: "28 22 * * 4" diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 250695b..6b734bf 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -2,7 +2,7 @@ name: Docker Publish on: push: - branches: ["main","master"] + branches: ["main", "master"] schedule: - cron: "0 0 * * *" diff --git a/.github/workflows/snyk-container.yml b/.github/workflows/snyk-container.yml index 03130c3..fa428d5 100644 --- a/.github/workflows/snyk-container.yml +++ b/.github/workflows/snyk-container.yml @@ -15,10 +15,10 @@ name: Snyk Container on: push: - branches: ["main","master"] + branches: ["main", "master"] pull_request: # The branches below must be a subset of the branches above - branches: ["main","master"] + branches: ["main", "master"] schedule: - cron: "45 1 * * 4" diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 4fb36f7..b1e3d41 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","master"] + branches: ["main", "master"] pull_request: - branches: ["main","master"] + branches: ["main", "master"] jobs: run-lint: runs-on: ubuntu-latest