diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c02b14e..5c99761 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ on: push: branches: [ master ] pull_request: - branches: [ master ] + branches: [ master, '*' ] permissions: actions: none checks: none