diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5483961..086b907 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,13 +13,10 @@ name: ci on: push: - # we have to guess what the name of the default branch is - branches: [ master, main, trunk ] + branches: [ master ] tags: [ '**' ] pull_request: - branches: [ master, main, trunk ] - release: - types: [ created ] + branches: [ master ] jobs: test: