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
+1 -1
View File
@@ -4,7 +4,7 @@ on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "heightmaps" ] # TODO: remove 'heightmaps' after merge
jobs:
build:
+1 -1
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:
+1 -1
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: