Skip to content

Commit

Permalink
disable workflow on main (#159)
Browse files Browse the repository at this point in the history
prevent workflow failure due to branch protection
  • Loading branch information
LeoKle authored Mar 15, 2024
1 parent d39472e commit e15e0e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maps-creator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ run-name: Push by ${{ github.actor }} is building Maps
on:
push:
branches:
- "!main"
- "*"
- "*/**"
permissions: write-all
jobs:
build-maps:
Expand Down

0 comments on commit e15e0e5

Please sign in to comment.