Skip to content

Commit ae0213f

Browse files
committed
Avoid test workflow double runs.
1 parent a9c019b commit ae0213f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Test package
22

33
on:
44
push:
5+
branches: [ main ]
56
pull_request:
67
workflow_dispatch:
78

0 commit comments

Comments
 (0)