Skip to content

Commit 8efd6a9

Browse files
authored
Restrict Node 22 workflow triggers to main branch
Agent-Logs-Url: https://github.com/microsoft/vscode-js-debug/sessions/c6497d7d-edec-4a0c-b47f-32c5db80fe7d
1 parent 0aec484 commit 8efd6a9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/node22-compile-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: Node 22 Compile and Test
22

33
on:
44
push:
5+
branches:
6+
- main
57
pull_request:
8+
branches:
9+
- main
610

711
jobs:
812
compile-and-test:

0 commit comments

Comments
 (0)