Skip to content

Commit 1506606

Browse files
authored
dx: Run CI on any PR, not only to main (#1008)
* dx: Run CI on any PR, not only to main * Run CI on release push
1 parent 37e26c4 commit 1506606

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: CI
22

33
on:
44
push:
5-
branches: ['main']
5+
branches: [main, release]
66
pull_request:
7-
branches: ['main']
87
workflow_dispatch:
98
merge_group:
109
types:

0 commit comments

Comments
 (0)