diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 626ab01..e7bf957 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -2,11 +2,8 @@ name: Build latest - Linux on: push: - branches: - - master - pull_request: - branches: - - master + tags: + - '*' env: CARGO_TERM_COLOR: always diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 14f774d..b6ce685 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -2,11 +2,8 @@ name: Build latest - MacOS on: push: - branches: - - master - pull_request: - branches: - - master + tags: + - '*' env: CARGO_TERM_COLOR: always diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 5e9fb2a..7ad3356 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -2,11 +2,8 @@ name: Build latest - Windows on: push: - branches: - - master - pull_request: - branches: - - master + tags: + - '*' env: CARGO_TERM_COLOR: always