Skip to content

Commit d5c2962

Browse files
committed
fix github actions trigger
1 parent f4fbf4a commit d5c2962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
pull_request:
77
paths-ignore:
88
- 'doc/**'
9-
tags:
10-
- '*'
9+
release:
10+
types: [released]
1111

1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}

0 commit comments

Comments
 (0)