Skip to content

Commit 93b701f

Browse files
committed
ci: add push trigger for testing
1 parent 5bed950 commit 93b701f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/package-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Package Test
33
on:
44
pull_request:
55
branches: [main]
6+
push:
7+
branches: [ci/package-test]
68
workflow_call:
79

810
jobs:

0 commit comments

Comments
 (0)