Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jan 23, 2025
1 parent e7e49df commit 3dd002f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Go Checks
on:
pull_request:
push:
branches: ["master"]
branches: ["main"]
workflow_dispatch:

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Go Test
on:
pull_request:
push:
branches: ["master"]
branches: ["main"]
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 3dd002f

Please sign in to comment.