Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5fe493d

Browse filesBrowse files
aduh95targos
authored andcommitted
tools: run build-windows workflow only on source changes
PR-URL: #51596 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
1 parent c7912c3 commit 5fe493d
Copy full SHA for 5fe493d

File tree

Expand file treeCollapse file tree

1 file changed

+14
-8
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+14
-8
lines changed
Open diff view settings
Collapse file

‎.github/workflows/build-windows.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/build-windows.yml
+14-8Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,27 @@ name: Build Windows
22

33
on:
44
pull_request:
5-
paths-ignore:
6-
- README.md
7-
- .github/**
8-
- '!.github/workflows/build-windows.yml'
5+
paths:
6+
- lib/**/*.js
7+
- Makefile
8+
- src/**/*.cc
9+
- src/**/*.h
10+
- tools/gyp/**
11+
- .github/workflows/build-windows.yml
912
types: [opened, synchronize, reopened, ready_for_review]
1013
push:
1114
branches:
1215
- main
1316
- canary
1417
- v[0-9]+.x-staging
1518
- v[0-9]+.x
16-
paths-ignore:
17-
- README.md
18-
- .github/**
19-
- '!.github/workflows/build-windows.yml'
19+
paths:
20+
- lib/**/*.js
21+
- Makefile
22+
- src/**/*.cc
23+
- src/**/*.h
24+
- tools/gyp/**
25+
- .github/workflows/build-windows.yml
2026

2127
concurrency:
2228
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.