diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4588dff..2c274c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI Pipeline on: pull_request: - branches: [ "master" ] + branches: [ "main" ] push: - branches: [ "master" ] + branches: [ "main" ] jobs: test: