Skip to content

Commit 68a471a

Browse files
committed
Updated workflow triggers
1 parent 8a20783 commit 68a471a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: CI
22

33
on:
44
push:
5+
branches:
6+
- main
57
pull_request:
68
schedule:
79
- cron: '0 0 1 * *' # This line schedules the workflow to run at 00:00 on the first day of every month

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.24)
22

33
if (NOT DEFINED MYSQLPOOL_VERSION)
4-
set(MYSQLPOOL_VERSION 0.5.3)
4+
set(MYSQLPOOL_VERSION 0.5.4)
55
endif()
66

77
project(mysqlpool-cpp

0 commit comments

Comments
 (0)