We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c65227 commit ef99192Copy full SHA for ef99192
.github/workflows/bins.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- master
7
+ - '*-hotfix'
8
paths-ignore:
9
- 'docs/**'
10
- 'test/**'
.github/workflows/c-cpp.yml
@@ -2,7 +2,9 @@ name: ci-build
2
3
on:
- branches: [master]
+ branches:
+ - master
- docs
- README.md
0 commit comments