Skip to content

Commit 39a2a0d

Browse files
committed
update
1 parent cc33ada commit 39a2a0d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ name: publish
33
on:
44
workflow_dispatch:
55
push:
6+
branches:
7+
- 'main'
8+
tags:
9+
- '*'
610
pull_request:
11+
branches:
12+
- '*'
713

814
jobs:
915
build_and_test:

0 commit comments

Comments
 (0)