We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 310a638 + d52f3db commit 52236d2Copy full SHA for 52236d2
1 file changed
.github/workflows/release.yml
@@ -3,9 +3,10 @@ name: 'C++ CI'
3
on:
4
push:
5
branches:
6
+ - main
7
- master
8
- feature/github_actions
-
9
+ workflow_dispatch:
10
jobs:
11
build:
12
runs-on: ubuntu-latest
@@ -16,6 +17,7 @@ jobs:
16
17
- run: sudo apt-get update && sudo apt-get install libboost-test-dev -y
18
- run: cmake . -DPATCH_VERSION=${{ github.run_number }} -DWITH_BOOST_TEST=ON
19
- run: cmake --build .
20
+ # временно закоментировал
21
- run: cmake --build . --target test
22
- run: cmake --build . --target package
23
- name: Create Release
0 commit comments