Browse Source

main master

pull/7/head
Daniel Gibbs 2 years ago
parent
commit
cf7ace1400
No known key found for this signature in database GPG Key ID: 4D812BAB6228BBA6
  1. 4
      .github/workflows/codacy-analysis.yml
  2. 3
      .github/workflows/docker-publish.yml
  3. 4
      .github/workflows/snyk-container.yml
  4. 4
      .github/workflows/super-linter.yml

4
.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"

3
.github/workflows/docker-publish.yml

@ -2,8 +2,7 @@ name: Docker Publish
on:
push:
branches:
- "main"
branches: ["main","master"]
schedule:
- cron: "0 0 * * *"

4
.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"

4
.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

Loading…
Cancel
Save