Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test-linux.yml')
-rw-r--r--.github/workflows/test-linux.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml
index b7dce4dd8a9..374bf747790 100644
--- a/.github/workflows/test-linux.yml
+++ b/.github/workflows/test-linux.yml
@@ -4,6 +4,8 @@ on:
pull_request:
paths-ignore:
- "README.md"
+ - .github/**
+ - '!.github/workflows/test-linux.yml'
types: [opened, synchronize, reopened, ready_for_review]
push:
branches:
@@ -14,6 +16,8 @@ on:
- v[0-9]+.x
paths-ignore:
- "README.md"
+ - .github/**
+ - '!.github/workflows/test-linux.yml'
env:
PYTHON_VERSION: '3.10'