From 7449da4ef5cade021eac856644b87d7439bd31d4 Mon Sep 17 00:00:00 2001 From: TwistedUmbrellaX Date: Tue, 9 Apr 2024 22:08:39 -0400 Subject: [PATCH] Realign current build with master --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f8d6519..2e378e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,9 @@ name: 'Build Plugin' on: push: - branches: [ "10.9" ] + branches: [ "master" ] pull_request: - branches: [ "10.9" ] + branches: [ "master" ] permissions: contents: write