diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a0b353..3452d5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,11 +2,11 @@ name: ci on: push: - branches: master - tags: - - 'v*.*.*' + branches: + - master pull_request: - branches: master + branches: + - master jobs: git-context: