diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2792245..7d35e53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: Build and Release on: push: - branches: [ main, master ] + branches: [ master ] pull_request: - branches: [ main, master ] + branches: [ master ] release: types: [ created ]