Skip to content

Commit

Permalink
Retarget CI to main
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-palyanitsa committed Jan 17, 2025
1 parent 6978d88 commit 28bfc0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ name: "CodeQL Advanced"

on:
push:
branches: [ "*" ]
branches: [ "main" ]
pull_request:
branches: [ "*" ]
branches: [ "main" ]
schedule:
- cron: '27 11 * * 0'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Go

on:
push:
branches: [ "*" ]
branches: [ "main" ]
pull_request:
branches: [ "*" ]
branches: [ "main" ]

permissions:
contents: read
Expand Down

0 comments on commit 28bfc0c

Please sign in to comment.