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:
Michaël Zasso 2024-04-04 11:06:50 +02:00 committed by GitHub
parent dd711d221a
commit d7aa8fc9da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,10 @@ name: Build Windows
on:
pull_request:
paths:
- lib/**/*.js
- Makefile
- src/**/*.cc
- src/**/*.h
- tools/gyp/**
- .github/workflows/build-windows.yml
paths-ignore:
- README.md
- .github/**
- '!.github/workflows/build-windows.yml'
types: [opened, synchronize, reopened, ready_for_review]
push:
branches:
@ -16,13 +13,10 @@ on:
- canary
- v[0-9]+.x-staging
- v[0-9]+.x
paths:
- lib/**/*.js
- Makefile
- src/**/*.cc
- src/**/*.h
- tools/gyp/**
- .github/workflows/build-windows.yml
paths-ignore:
- README.md
- .github/**
- '!.github/workflows/build-windows.yml'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}