diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 17cde3e..f0fe4ca 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -1,9 +1,9 @@ name: Demystifier PR Build on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: