Skip to content

Commit 9ddcd5a

Browse files
committed
ci: execute ci after release
1 parent 4b65537 commit 9ddcd5a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ name: CI
22

33
on:
44
push:
5-
branches:
6-
- '**'
5+
branches-ignore:
6+
- 'main'
77
pull_request:
8+
workflow_run:
9+
workflows: ['Release']
10+
types:
11+
- completed
812

913
permissions: write-all
1014

0 commit comments

Comments
 (0)