diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f681e6c..87d4cbb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,13 @@ name: build -on: [push, pull_request] +on: + push: + branches: + - "master" + - "ci-*" + tags: + - "**" + pull_request: env: PY_COLORS: 1