From 97a278ee23c71f33326811e697859173aa62c3a5 Mon Sep 17 00:00:00 2001 From: msojocs Date: Thu, 10 Feb 2022 10:10:01 +0800 Subject: [PATCH] actions: pr trigger --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f7cc8bd..afad031 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,8 +10,8 @@ on: tags: - v* branches: [ master, actions ] - # pull_request: - # branches: [ master ] + pull_request: + branches: [ master ] # # Allows you to run this workflow manually from the Actions tab # workflow_dispatch: