File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,14 @@ name: CI
4
4
5
5
# Controls when the workflow will run
6
6
on :
7
- # Triggers the workflow on push or pull request events but only for the master branch
8
7
push :
9
- branches : [ master ]
8
+ branches :
9
+ - master
10
+ tags :
11
+ - ' v[0-9]+.[0-9]+.[0-9]+'
10
12
pull_request :
11
- branches : [ master ]
13
+ branches :
14
+ - master
12
15
13
16
# Allows you to run this workflow manually from the Actions tab
14
17
workflow_dispatch :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ if(NOT CMAKE_BUILD_TYPE)
11
11
FORCE)
12
12
endif ()
13
13
14
- project (pygmo VERSION 2.19.2 LANGUAGES CXX C)
14
+ project (pygmo VERSION 2.19.3 LANGUAGES CXX C)
15
15
16
16
list (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR} /cmake" "${CMAKE_CURRENT_SOURCE_DIR} /cmake/yacma" )
17
17
You can’t perform that action at this time.
0 commit comments