diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3cfdf43..b8d70fd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,11 +1,9 @@ name: Build on: pull_request: - branches: - - master + branches: [main] push: - branches: - - master + branches: [main] jobs: build: name: Lint and tests