From df83cd495249f1d01b148ef962b4038cd3e9d2d8 Mon Sep 17 00:00:00 2001 From: LeoKle Date: Fri, 15 Mar 2024 14:13:47 +0100 Subject: [PATCH] disable workflow on main prevent workflow failure due to branch protection --- .github/workflows/maps-creator.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/maps-creator.yml b/.github/workflows/maps-creator.yml index c8ae089b..7e09acad 100644 --- a/.github/workflows/maps-creator.yml +++ b/.github/workflows/maps-creator.yml @@ -3,7 +3,9 @@ run-name: Push by ${{ github.actor }} is building Maps on: push: branches: + - "!main" - "*" + - "*/**" permissions: write-all jobs: build-maps: