diff --git a/.github/workflows/nodejs-shared.yml b/.github/workflows/nodejs-shared.yml index c9fff984b46..fe833f6f5ba 100644 --- a/.github/workflows/nodejs-shared.yml +++ b/.github/workflows/nodejs-shared.yml @@ -1,14 +1,13 @@ name: Node.js compiled --shared-builtin-undici/undici-path CI -# Temporarily disabled - shared builtin tests -# on: -# push: -# branches: -# - main -# - current -# - next -# - 'v*' -# pull_request: +on: + push: + branches: + - main + - current + - next + - 'v*' + pull_request: permissions: contents: read