summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2021-09-11 11:34:14 +0700
committerPierre Joye <pierre.php@gmail.com>2021-09-11 11:34:14 +0700
commit0c2172d9336c8bcd3a2b6f9b7653a972406747e8 (patch)
tree523231146e0469ae006ab5945695b1c91ff19446 /.github/workflows
parentdbc310fca747a0a78ca142e8f743a20a4a975d5a (diff)
downloadlibgd-0c2172d9336c8bcd3a2b6f9b7653a972406747e8.tar.gz
Enable these workflows for GD-* branches
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci_macos.yml4
-rw-r--r--.github/workflows/ci_ubuntu.yml4
-rw-r--r--.github/workflows/ci_windows.yml4
-rw-r--r--.github/workflows/ci_windows_mingw.yml4
4 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/ci_macos.yml b/.github/workflows/ci_macos.yml
index a869867..f7e6cbe 100644
--- a/.github/workflows/ci_macos.yml
+++ b/.github/workflows/ci_macos.yml
@@ -2,9 +2,9 @@ name: CI MacOS
on:
push:
- branches: [ master ]
+ branches: [master, GD-*]
pull_request:
- branches: [ master ]
+ branches: [master, GD-*]
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
diff --git a/.github/workflows/ci_ubuntu.yml b/.github/workflows/ci_ubuntu.yml
index 5b686b3..ba72d02 100644
--- a/.github/workflows/ci_ubuntu.yml
+++ b/.github/workflows/ci_ubuntu.yml
@@ -2,9 +2,9 @@ name: CI Ubuntu
on:
push:
- branches: [ master ]
+ branches: [master, GD-*]
pull_request:
- branches: [ master ]
+ branches: [master, GD-*]
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
diff --git a/.github/workflows/ci_windows.yml b/.github/workflows/ci_windows.yml
index affcf72..1cfff2d 100644
--- a/.github/workflows/ci_windows.yml
+++ b/.github/workflows/ci_windows.yml
@@ -2,9 +2,9 @@ name: CI Windows
on:
push:
- branches: [ master ]
+ branches: [master, GD-*]
pull_request:
- branches: [ master ]
+ branches: [master, GD-*]
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
diff --git a/.github/workflows/ci_windows_mingw.yml b/.github/workflows/ci_windows_mingw.yml
index e4feeb9..dccb723 100644
--- a/.github/workflows/ci_windows_mingw.yml
+++ b/.github/workflows/ci_windows_mingw.yml
@@ -2,9 +2,9 @@ name: CI Windows Mingw
on:
push:
- branches: [ master ]
+ branches: [master, GD-*]
pull_request:
- branches: [ master ]
+ branches: [master, GD-*]
workflow_dispatch: