Skip to content

Commit e4dd458

Browse files
committed
enable CI on pushes to master and stable branches
1 parent 4f13d4f commit e4dd458

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
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)