Skip to content

Commit f4b52f3

Browse files
committed
ci(workflows): run validate/windows only on pull_request to avoid double runs\n\n- Remove redundant push triggers that caused duplicate runs for internal PR branches\n- Release workflow continues to handle push to master after merge\n\nresolves #1927
1 parent 973054d commit f4b52f3

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/node-windows.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ on:
66
- edited
77
- opened
88
- synchronize
9-
push:
10-
branches:
11-
- '*'
12-
- '!master'
139

1410
jobs:
1511
build:

.github/workflows/validate.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ on:
66
- edited
77
- opened
88
- synchronize
9-
push:
10-
branches:
11-
- '*'
12-
- '!master'
139

1410
jobs:
1511
build:

0 commit comments

Comments
 (0)