From 119cd1a48395efd5ff36d2b578ccc5614a8bfff1 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Sat, 8 Oct 2022 15:51:53 +0200 Subject: [PATCH] [1.x] do 1.x build actions when pushing to the v1.x branch --- .github/workflows/linux-gcc10.yaml | 2 +- .github/workflows/linux.yaml | 2 +- .github/workflows/macos.yaml | 2 +- .github/workflows/windows.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linux-gcc10.yaml b/.github/workflows/linux-gcc10.yaml index 65b4cf90..979bd499 100644 --- a/.github/workflows/linux-gcc10.yaml +++ b/.github/workflows/linux-gcc10.yaml @@ -1,7 +1,7 @@ name: "Linux gcc10 Build" on: push: - branches: [ master ] + branches: [ v1.x ] pull_request: # branches: [ master ] diff --git a/.github/workflows/linux.yaml b/.github/workflows/linux.yaml index eb5acc8b..73dac128 100644 --- a/.github/workflows/linux.yaml +++ b/.github/workflows/linux.yaml @@ -1,7 +1,7 @@ name: "Linux Build" on: push: - branches: [ master ] + branches: [ v1.x ] pull_request: # branches: [ master ] diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index 9a3c8ea0..a4cf8936 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -1,7 +1,7 @@ name: "macOS Build" on: push: - branches: [ master ] + branches: [ v1.x ] pull_request: # branches: [ master ] diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index 45ae5690..47d7af86 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -1,7 +1,7 @@ name: "Windows Build" on: push: - branches: [ master ] + branches: [ v1.x ] pull_request: # branches: [ master ]