Skip to content

Commit 2dcafdc

Browse files
committed
Enable CI on main branch push
1 parent 98a8107 commit 2dcafdc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/continuous.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: continuous
22

33
on:
4+
push:
5+
branches:
6+
- main
47
pull_request:
58
branches:
6-
- master
9+
- main
710
- 'release/*'
811

912
jobs:

0 commit comments

Comments
 (0)