update workflows

This commit is contained in:
MihailRis 2024-10-05 17:35:31 +03:00
parent 756de7b0b1
commit 7c73515d2d
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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