diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 66c3cec5..9b6b2d78 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ on: workflow_dispatch: # makes it possible to run the workflow manually push: branches: - - master + - main permissions: contents: write diff --git a/.github/workflows/typecheck.yml b/.github/workflows/typecheck.yml index f13c8177..768de8b7 100644 --- a/.github/workflows/typecheck.yml +++ b/.github/workflows/typecheck.yml @@ -4,7 +4,7 @@ on: pull_request: ~ push: branches: - - master + - main jobs: build: