Skip to content

Commit 52236d2

Browse files
committed
Fix merge conflict in CMakeLists.txt
2 parents 310a638 + d52f3db commit 52236d2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ name: 'C++ CI'
33
on:
44
push:
55
branches:
6+
- main
67
- master
78
- feature/github_actions
8-
9+
workflow_dispatch:
910
jobs:
1011
build:
1112
runs-on: ubuntu-latest
@@ -16,6 +17,7 @@ jobs:
1617
- run: sudo apt-get update && sudo apt-get install libboost-test-dev -y
1718
- run: cmake . -DPATCH_VERSION=${{ github.run_number }} -DWITH_BOOST_TEST=ON
1819
- run: cmake --build .
20+
# временно закоментировал
1921
- run: cmake --build . --target test
2022
- run: cmake --build . --target package
2123
- name: Create Release

0 commit comments

Comments
 (0)