From 7df6b1299d7e44ebf8e62d6743e7cc29d0ce276f Mon Sep 17 00:00:00 2001 From: Kyle Harding Date: Thu, 28 Nov 2024 13:04:10 -0500 Subject: [PATCH] Add branches to push triggers Change-type: patch Signed-off-by: Kyle Harding --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eacf7b7..e867b91 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,6 +9,7 @@ on: types: [opened, synchronize, closed] branches: [main, master, develop] push: + branches: [main, master, develop] tags: - v[0-9]+.[0-9]+.[0-9]+