From 08d5f6550a618c9bead438c2392c3d03a2ce4a16 Mon Sep 17 00:00:00 2001 From: Vasily Nemkov Date: Sat, 24 Feb 2024 10:19:46 +0100 Subject: [PATCH] Starting CI/CD workflows on 3.0 --- .github/workflows/linux.yml | 4 ++-- .github/workflows/macos.yml | 5 +++-- .github/workflows/windows_mingw.yml | 4 ++-- .github/workflows/windows_msvc.yml | 4 ++-- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index db7f8288..9994762a 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -4,9 +4,9 @@ on: schedule: - cron: '0 0 * * 1' push: - branches: [ master ] + branches: [ master, '[1-9].*' ] pull_request: - branches: [ master ] + branches: [ master, '[1-9].*' ] release: types: diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index b6d36e5b..d80566a4 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -4,9 +4,10 @@ on: schedule: - cron: '0 0 * * 1' push: - branches: [ master ] + branches: [ master, '[1-9].*' ] pull_request: - branches: [ master ] + branches: [ master, '[1-9].*' ] + release: types: - published diff --git a/.github/workflows/windows_mingw.yml b/.github/workflows/windows_mingw.yml index 6cff77fd..d5e00799 100644 --- a/.github/workflows/windows_mingw.yml +++ b/.github/workflows/windows_mingw.yml @@ -4,9 +4,9 @@ on: schedule: - cron: '0 0 * * 1' push: - branches: [ master ] + branches: [ master, '3.*' ] pull_request: - branches: [ master ] + branches: [ master, '3.*' ] release: types: diff --git a/.github/workflows/windows_msvc.yml b/.github/workflows/windows_msvc.yml index 056bf976..94c5aa6c 100644 --- a/.github/workflows/windows_msvc.yml +++ b/.github/workflows/windows_msvc.yml @@ -4,9 +4,9 @@ on: schedule: - cron: '0 0 * * 1' push: - branches: [ master ] + branches: [ master, '[1-9]*' ] pull_request: - branches: [ master ] + branches: [ master, '[1-9]*' ] release: types: