Skip to content

Commit

Permalink
workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed May 20, 2024
1 parent 4544e14 commit 6b993ed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-linux-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: cmake-linux-cpp
on: [push, pull_request]

jobs:
release:
release:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake-macos-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: cmake-macos-cpp
on: [push, pull_request]

jobs:
release:
release:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/cmake-windows-cpp.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: cmake-windows-cpp

on: [push, pull_request]
Expand Down

0 comments on commit 6b993ed

Please sign in to comment.