From d48ae1ce111d1da4829854fbf532d05c4d20169a Mon Sep 17 00:00:00 2001 From: 3DJ <71472458+ThreeDeeJay@users.noreply.github.com> Date: Sat, 10 Aug 2024 02:06:19 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4cd4822..072cabb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ name: CI on: # Triggers the workflow on push or pull request events but only for the "master" branch push: - branches: [ "${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" ] + branches: [ "*" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: