From 8813d280dc376827663485462812ff656fd5804b Mon Sep 17 00:00:00 2001 From: MihailRis Date: Sun, 6 Oct 2024 21:57:13 +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 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: