diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fc2013..1921310 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,13 +1,5 @@ name: CI -on: - push: - tags: - - 'v*' - branches: - - '**' - pull_request: - branches: - - '**' +on: [push, pull_request] jobs: build: