From 7c73515d2d10a89acf38500a6be551ba1d87288e Mon Sep 17 00:00:00 2001 From: MihailRis Date: Sat, 5 Oct 2024 17:35:31 +0300 Subject: [PATCH] update workflows --- .github/workflows/build.yml | 2 +- .github/workflows/macos.yml | 2 +- .github/workflows/windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6d6c9c9b..f5155aab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ on: push: branches: [ "main" ] pull_request: - branches: [ "main" ] + branches: [ "main", "heightmaps" ] # TODO: remove 'heightmaps' after merge jobs: build: diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 1f9675ca..fefbbee7 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -4,7 +4,7 @@ on: push: branches: [ "main", "release-**"] pull_request: - branches: [ "main" ] + branches: [ "main", "heightmaps" ] # TODO: remove 'heightmaps' after merge jobs: build-dmg: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f93b5ac9..349b1447 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -4,7 +4,7 @@ on: push: branches: [ "main" ] pull_request: - branches: [ "main" ] + branches: [ "main", "heightmaps" ] # TODO: remove 'heightmaps' after merge jobs: build-windows: