diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bb489d25..4911cab9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,12 @@ name: Pandora CI -on: [ pull_request ] +on: + push: + branches: + - master + pull_request: + branches: + - master jobs: test: