diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3451e1c..633490f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,10 +2,10 @@ name: CI on: push: - branches: [ master ] + branches: [ main ] tags: [ 'v*' ] pull_request: - branches: [ master ] + branches: [ main ] permissions: packages: write