Skip to content

Commit

Permalink
fix workflow running on main
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoKle committed Mar 15, 2024
1 parent df83cd4 commit 4fd2758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maps-creator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ run-name: Push by ${{ github.actor }} is building Maps
on:
push:
branches:
- "!main"
- "*"
- "*/**"
- "!main"
permissions: write-all
jobs:
build-maps:
Expand Down

0 comments on commit 4fd2758

Please sign in to comment.