Revert "tools: run build-windows
workflow only on source changes"
This reverts commit 4ab63db9e207b5dbb6c046946716a49b6e2c3e53. PR-URL: https://github.com/nodejs/node/pull/52320 Refs: https://github.com/nodejs/node/pull/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>
This commit is contained in:
parent
dd711d221a
commit
d7aa8fc9da
22
.github/workflows/build-windows.yml
vendored
22
.github/workflows/build-windows.yml
vendored
@ -2,13 +2,10 @@ name: Build Windows
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths-ignore:
|
||||||
- lib/**/*.js
|
- README.md
|
||||||
- Makefile
|
- .github/**
|
||||||
- src/**/*.cc
|
- '!.github/workflows/build-windows.yml'
|
||||||
- src/**/*.h
|
|
||||||
- tools/gyp/**
|
|
||||||
- .github/workflows/build-windows.yml
|
|
||||||
types: [opened, synchronize, reopened, ready_for_review]
|
types: [opened, synchronize, reopened, ready_for_review]
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
@ -16,13 +13,10 @@ on:
|
|||||||
- canary
|
- canary
|
||||||
- v[0-9]+.x-staging
|
- v[0-9]+.x-staging
|
||||||
- v[0-9]+.x
|
- v[0-9]+.x
|
||||||
paths:
|
paths-ignore:
|
||||||
- lib/**/*.js
|
- README.md
|
||||||
- Makefile
|
- .github/**
|
||||||
- src/**/*.cc
|
- '!.github/workflows/build-windows.yml'
|
||||||
- src/**/*.h
|
|
||||||
- tools/gyp/**
|
|
||||||
- .github/workflows/build-windows.yml
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user