Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: CodeQL

on:
pull_request:
branches:
- master
push:
branches:
- main
- master
schedule:
- cron: '10 18 * * 2'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Linters

on:
pull_request:
branches:
- master

jobs:
golangci-lint:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: Tests

on:
pull_request:
branches:
- master
push:
branches:
- main
- master

jobs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: Trivy

on:
pull_request:
branches:
- master
push:
branches:
- main
- master

jobs:
Expand Down