Skip to content

Commit

Permalink
ci: switch default branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Jul 11, 2024
1 parent 6c28d98 commit 6ce08b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
workflow_dispatch: # makes it possible to run the workflow manually
push:
branches:
- master
- main

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request: ~
push:
branches:
- master
- main

jobs:
build:
Expand Down

0 comments on commit 6ce08b7

Please sign in to comment.