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