Rename the original build.yml to cmake.yml vs meson.yml

Rename all workflows with explicit names
This commit is contained in:
Sébastien Rombauts 2023-08-27 22:31:50 +02:00
parent 3f00884a46
commit 5164de641d
4 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,4 @@
name: build name: CMake build
on: [push, pull_request] on: [push, pull_request]

View File

@ -1,4 +1,4 @@
name: subdir_example name: CMake build of example in subdirectory
on: [push, pull_request] on: [push, pull_request]

View File

@ -1,4 +1,4 @@
name: meson name: Meson build
on: [push, pull_request] on: [push, pull_request]

View File

@ -188,8 +188,9 @@ if (SQLITECPP_INCLUDE_SCRIPT)
set(SQLITECPP_SCRIPT set(SQLITECPP_SCRIPT
.editorconfig .editorconfig
.gitbugtraq .gitbugtraq
.github/workflows/build.yml .github/workflows/cmake.yml
.github/workflows/subdir_example.yml .github/workflows/cmake_subdir_example.yml
.github/workflows/meson.yml
.gitignore .gitignore
.gitmodules .gitmodules
.travis.yml .travis.yml