We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d13801e commit 8d1ea70Copy full SHA for 8d1ea70
.github/workflows/cmake.yml
@@ -1,7 +1,7 @@
1
name: cmake
2
-on: [push]
+on: [check_run, push, pull_request]
3
jobs:
4
- publish:
+ cmake-publish:
5
runs-on: ${{ matrix.os }}
6
7
strategy:
0 commit comments