diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eebfde62..41ca60e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,10 +3,10 @@ name: Build on: push: branches: [ master ] + tags: + - v* pull_request: branches: [ master ] - tags: - - v* env: CARGO_TERM_COLOR: always