Skip to content

Commit ef99192

Browse files
committed
[build] run actions for hotfix branches
1 parent 3c65227 commit ef99192

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/bins.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- '*-hotfix'
78
paths-ignore:
89
- 'docs/**'
910
- 'test/**'

.github/workflows/c-cpp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: ci-build
22

33
on:
44
push:
5-
branches: [master]
5+
branches:
6+
- master
7+
- '*-hotfix'
68
paths-ignore:
79
- docs
810
- README.md

0 commit comments

Comments
 (0)