Skip to content

Commit

Permalink
chore(ci): switch master branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
depado committed Aug 16, 2024
1 parent 72419b6 commit 368666f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: golang

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

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: golangci-lint

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

permissions:
Expand Down

0 comments on commit 368666f

Please sign in to comment.