Enable these workflows for GD-* branches

master
Pierre Joye 2021-09-11 11:34:14 +07:00
parent dbc310fca7
commit 0c2172d933
4 changed files with 8 additions and 8 deletions

View File

@ -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.)

View File

@ -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.)

View File

@ -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.)

View File

@ -2,9 +2,9 @@ name: CI Windows Mingw
on:
push:
branches: [ master ]
branches: [master, GD-*]
pull_request:
branches: [ master ]
branches: [master, GD-*]
workflow_dispatch: