From 97c425304678178040156932648b86639c9e7ea2 Mon Sep 17 00:00:00 2001 From: Allan Oricil Date: Sun, 28 Jan 2024 20:21:34 -0300 Subject: [PATCH] chore: change the build workflow to run on every commit on any branch different than the main branch --- .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 585b563..be45ed1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,8 +1,8 @@ name: Build on: push: - branches: - - "**" + branches-ignore: + - main jobs: build: