From 648409ce75fb9c1e9249272bcf5199c059ca18ea Mon Sep 17 00:00:00 2001 From: windysha <834828088@qq.com> Date: Sun, 21 Jan 2024 02:31:12 +0800 Subject: [PATCH] invoke github action when push commit --- .github/workflows/release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 194e87a..d1d980b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -4,6 +4,10 @@ on: push: tags: - '*' + branches: [main] + pull_request: + branches: [main] + types: [opened, reopened] env: # update with the name of the main binary