8000 paths-ignore · pyscript/pyscript@8423abc · GitHub
[go: up one dir, main page]

Skip to content

Commit 8423abc

Browse files
committed
paths-ignore
1 parent d53d88e commit 8423abc

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/build-alpha.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ on:
77
paths:
88
- pyscriptjs/**
99
- .github/workflows/** # Test that workflows work when changed
10+
paths-ignore:
11+
- pyscriptjs/examples/**
1012

1113
pull_request:
1214
paths:
1315
- pyscriptjs/**
1416
- .github/workflows/**
17+
paths-ignore:
18+
- pyscriptjs/examples/**
1519

1620
jobs:
1721
build:

.github/workflows/build-unstable.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ on:
77
paths:
88
- pyscriptjs/**
99
- .github/workflows/** # Test that workflows work when changed
10+
paths-ignore:
11+
- pyscriptjs/examples/**
1012

1113
pull_request: # Run on any PR that modifies files in pyscriptjs/
1214
paths:
1315
- pyscriptjs/**
1416
- .github/workflows/**
17+
paths-ignore:
18+
- pyscriptjs/examples/**
1519

1620
jobs:
1721
build:

0 commit comments

Comments
 (0)
0