summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2021-09-02 10:42:26 +0700
committerPierre Joye <pierre.php@gmail.com>2021-09-02 10:42:26 +0700
commit5f9f4fa36cabe8e2494f89975852561f44532fbc (patch)
treec98b54de4c059f521827c16d70679304143ff18f
parent6d5274a1b3f304fbdc8f964a8999a800fc55aded (diff)
downloadlibgd-5f9f4fa36cabe8e2494f89975852561f44532fbc.tar.gz
oops, forgot to enable for master
-rw-r--r--.github/workflows/ci_ubuntu.yml7
-rw-r--r--.github/workflows/ci_windows.yml6
-rw-r--r--.github/workflows/ci_windows_mingw.yml4
3 files changed, 6 insertions, 11 deletions
diff --git a/.github/workflows/ci_ubuntu.yml b/.github/workflows/ci_ubuntu.yml
index 9e0abdb..5b686b3 100644
--- a/.github/workflows/ci_ubuntu.yml
+++ b/.github/workflows/ci_ubuntu.yml
@@ -2,12 +2,9 @@ name: CI Ubuntu
on:
push:
- branches:
- - 'features/mingw-ci'
+ branches: [ master ]
pull_request:
-
- workflow_dispatch:
-
+ branches: [ master ]
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 725bc0b..affcf72 100644
--- a/.github/workflows/ci_windows.yml
+++ b/.github/workflows/ci_windows.yml
@@ -2,11 +2,9 @@ name: CI Windows
on:
push:
- branches:
- - 'features/mingw-ci'
+ branches: [ master ]
pull_request:
-
- workflow_dispatch:
+ branches: [ master ]
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 23f92e7..7f6b64f 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:
- - 'features/mingw-ci'
+ branches: [ master ]
pull_request:
+ branches: [ master ]
workflow_dispatch: