From 90558cad0d21cbf59e55cec8d6c6f3869ab37b23 Mon Sep 17 00:00:00 2001 From: Chris Marslender Date: Thu, 8 Feb 2024 13:35:16 -0600 Subject: [PATCH] Add release trigger instead of tag (#418) --- .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