Skip to content

Commit

Permalink
disable workflow on main
Browse files Browse the repository at this point in the history
prevent workflow failure due to branch protection
  • Loading branch information
LeoKle committed Mar 15, 2024
1 parent d39472e commit df83cd4
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 df83cd4

Please sign in to comment.