Skip to content

Commit d7aa8fc

Browse files
authored
Revert "tools: run build-windows workflow only on source changes"
This reverts commit 4ab63db. PR-URL: #52320 Refs: #51596 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
1 parent dd711d2 commit d7aa8fc

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

.github/workflows/build-windows.yml

+8-14
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,21 @@ name: Build Windows
22

33
on:
44
pull_request:
5-
paths:
6-
- lib/**/*.js
7-
- Makefile
8-
- src/**/*.cc
9-
- src/**/*.h
10-
- tools/gyp/**
11-
- .github/workflows/build-windows.yml
5+
paths-ignore:
6+
- README.md
7+
- .github/**
8+
- '!.github/workflows/build-windows.yml'
129
types: [opened, synchronize, reopened, ready_for_review]
1310
push:
1411
branches:
1512
- main
1613
- canary
1714
- v[0-9]+.x-staging
1815
- v[0-9]+.x
19-
paths:
20-
- lib/**/*.js
21-
- Makefile
22-
- src/**/*.cc
23-
- src/**/*.h
24-
- tools/gyp/**
25-
- .github/workflows/build-windows.yml
16+
paths-ignore:
17+
- README.md
18+
- .github/**
19+
- '!.github/workflows/build-windows.yml'
2620

2721
concurrency:
2822
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)