diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f5155aab..6d6c9c9b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ on: push: branches: [ "main" ] pull_request: - branches: [ "main", "heightmaps" ] # TODO: remove 'heightmaps' after merge + branches: [ "main" ] jobs: build: diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index fefbbee7..1f9675ca 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -4,7 +4,7 @@ on: push: branches: [ "main", "release-**"] pull_request: - branches: [ "main", "heightmaps" ] # TODO: remove 'heightmaps' after merge + branches: [ "main" ] jobs: build-dmg: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 349b1447..f93b5ac9 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -4,7 +4,7 @@ on: push: branches: [ "main" ] pull_request: - branches: [ "main", "heightmaps" ] # TODO: remove 'heightmaps' after merge + branches: [ "main" ] jobs: build-windows: