update workflows

This commit is contained in:
MihailRis 2024-10-06 21:57:13 +03:00
parent cd952e7216
commit 8813d280dc
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main", "heightmaps" ] # TODO: remove 'heightmaps' after merge
branches: [ "main" ]
jobs:
build:

View File

@ -4,7 +4,7 @@ on:
push:
branches: [ "main", "release-**"]
pull_request:
branches: [ "main", "heightmaps" ] # TODO: remove 'heightmaps' after merge
branches: [ "main" ]
jobs:
build-dmg:

View File

@ -4,7 +4,7 @@ on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main", "heightmaps" ] # TODO: remove 'heightmaps' after merge
branches: [ "main" ]
jobs:
build-windows: