diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index a7f0341..9881f63 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -2,8 +2,10 @@ name: Linux on: push: + branches: + - 'develop' + - 'minor' pull_request: - types: [ready_for_review, opened, reopened] env: VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite" diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 7af8d57..c7da0ee 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -2,8 +2,10 @@ name: Windows on: push: + branches: + - 'develop' + - 'minor' pull_request: - types: [ready_for_review, opened, reopened] env: VCPKG_DEFAULT_TRIPLET: x64-windows-static