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: