Skip to content

Commit d5d4921

Browse files
committed
enable CI on pushes to master and stable branches
1 parent f830a03 commit d5d4921

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: CI
33

44
on:
55
pull_request:
6+
push:
7+
branches:
8+
- 'develop'
9+
- 'master'
10+
- '*-stable'
611

712

813
concurrency:

0 commit comments

Comments
 (0)