Skip to content

Commit 30a29f2

Browse files
committed
CI: Restrict npm-test workflow triggers to the main branch
1 parent f38179f commit 30a29f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Node Tests CI
22
on:
33
push:
44
branches:
5-
- '*' # Trigger on all branches
5+
- main
66
pull_request:
77
branches:
88
- '*' # Trigger on all branches

0 commit comments

Comments
 (0)