From cf95128f0b35c7ffdbe9271b83ba08a629ad5834 Mon Sep 17 00:00:00 2001 From: ITotalJustice <47043333+ITotalJustice@users.noreply.github.com> Date: Wed, 1 Jan 2025 17:50:08 +0000 Subject: [PATCH] allow for github actions to run on all branches --- .github/workflows/build_presets.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build_presets.yml b/.github/workflows/build_presets.yml index fbfd84c..22dd0b8 100644 --- a/.github/workflows/build_presets.yml +++ b/.github/workflows/build_presets.yml @@ -1,10 +1,6 @@ name: build -on: - push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] +on: [push, pull_request] jobs: build: