From f7b68b0b5e058e1d648c4ab64155c911fbb0d490 Mon Sep 17 00:00:00 2001 From: corinz Date: Mon, 22 Jan 2024 18:31:56 -0500 Subject: [PATCH] chore(ci): events --- .github/workflows/build.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d11e8fa..5fbb7a7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,6 +1,10 @@ name: Wails build -on: [push, pull_request] +on: + pull_request: + types: [opened, reopened] + push: + tags: ['*'] jobs: build: