diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e09087..4858710 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,12 +2,12 @@ name: CI on: push: - branches: [ master ] + branches: [ main ] paths-ignore: - 'README.md' - 'LICENSE' pull_request: - branches: [ master ] + branches: [ main ] paths-ignore: - 'README.md' - 'LICENSE'