From defcc3b98cbbfa28322ef3466823c0fb228910cc Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Thu, 31 Oct 2024 10:49:01 +1300 Subject: [PATCH] =?UTF-8?q?ci:=20Update=20branch=20selector=20=F0=9F=91=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 75626dc..fe082c4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,9 +2,9 @@ name: CI on: push: branches: - - "!master" -# pull_request: -# types: [ opened, reopened ] + - "develop" + pull_request: + types: [ opened, reopened ] tags: - "!**"