From 28528eac5dc4808d2e961382259a299c2ccdba3b Mon Sep 17 00:00:00 2001 From: Mike Heffner Date: Mon, 29 Dec 2025 13:05:50 -0500 Subject: [PATCH] Run CI on PRs and releases on the tag push --- .github/workflows/ci.yml | 1 + .github/workflows/processor-release.yml | 5 +++-- .github/workflows/release.yml | 5 +++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61bf63c2..f0c90c3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,7 @@ name: CI on: push: + pull_request: env: CARGO_TERM_COLOR: always diff --git a/.github/workflows/processor-release.yml b/.github/workflows/processor-release.yml index f49e97d1..c6cdc0c7 100644 --- a/.github/workflows/processor-release.yml +++ b/.github/workflows/processor-release.yml @@ -1,8 +1,9 @@ name: processor-release on: - release: - types: [ created ] + push: + tags: + - 'v*' jobs: release: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 23b81c61..1b8d7296 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,9 @@ name: release on: - release: - types: [ created ] + push: + tags: + - 'v*' jobs: release: