diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 170330a3..e95f9ec1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: pull_request: push: branches: # array of glob patterns matching against refs/heads. Optional; defaults to all - - master # triggers on pushes that contain changes in master + - main # triggers on pushes that contain changes in main jobs: test: