diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fd440fe0..e445983d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,13 +2,11 @@ name: CI on: pull_request: - branches: + branches: - '*' push: - branches-ignore: - - 'release-*' - tags-ignore: - - '*.*' + branches: + - master jobs: