diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5dc49c1..ca79270 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,7 @@ name: ci -on: # rebuild any PRs and main branch changes +on: pull_request: push: - branches: - - master - - 'releases/*' jobs: build: # make sure build/ci work properly