diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b63d0ac03..c016f836f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,9 +3,9 @@ name: Build on: push: - branches: [ main ] + branches: [ master ] pull_request: - branches: [ main ] + branches: [ master ] permissions: actions: read