Skip to content

Commit

Permalink
fixing main -> master
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Harding committed Nov 15, 2023
1 parent 2873bf5 commit c33a5dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trivy-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ name: trivy-backend

on:
push:
branches: [ "main", "dev" ]
branches: [ "master", "dev" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main", "dev" ]
branches: [ "master", "dev" ]
schedule:
- cron: '38 9 * * 0'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/trivy-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ name: trivy-frontend

on:
push:
branches: [ "main", "dev" ]
branches: [ "master", "dev" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main", "dev" ]
branches: [ "master", "dev" ]
schedule:
- cron: '38 9 * * 0'

Expand Down

0 comments on commit c33a5dd

Please sign in to comment.