We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a20783 commit 68a471aCopy full SHA for 68a471a
.github/workflows/ci.yaml
@@ -2,6 +2,8 @@ name: CI
2
3
on:
4
push:
5
+ branches:
6
+ - main
7
pull_request:
8
schedule:
9
- cron: '0 0 1 * *' # This line schedules the workflow to run at 00:00 on the first day of every month
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.24)
if (NOT DEFINED MYSQLPOOL_VERSION)
- set(MYSQLPOOL_VERSION 0.5.3)
+ set(MYSQLPOOL_VERSION 0.5.4)
endif()
project(mysqlpool-cpp
0 commit comments