diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3cb393..db88c07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,11 @@ name: ci -on: [ push, pull_request ] +on: + push: + branches-ignore: + - master + pull_request: + branches-ignore: + - master jobs: ci: runs-on: ubuntu-latest