From 0068ee8b7112e6c37164a6d68789ff7c8d9dc726 Mon Sep 17 00:00:00 2001 From: Chris Marslender Date: Thu, 8 Feb 2024 13:34:39 -0600 Subject: [PATCH] Add release trigger instead of tag --- .github/workflows/build-test-riscv64.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-test-riscv64.yml b/.github/workflows/build-test-riscv64.yml index 4c1faa87c..be238c0c6 100644 --- a/.github/workflows/build-test-riscv64.yml +++ b/.github/workflows/build-test-riscv64.yml @@ -4,12 +4,11 @@ on: push: branches: - main - - dev - tags: - - "**" + release: + types: [published] pull_request: branches: - - "**" + - '**' permissions: contents: read