Skip to content

Commit 8a07483

Browse files
authored
Ignore sample-workflows dir in other workflows (#142)
* Ignore sample-workflows dir in ci.yml * ignore sample-workflows in updpyver.yml
1 parent 372a058 commit 8a07483

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ on:
77
paths-ignore:
88
- 'docs/**'
99
- '.readthedocs.yaml'
10+
- 'sample-workflows/**'
1011
pull_request:
1112
branches:
1213
- 'main'
1314
paths-ignore:
1415
- 'docs/**'
1516
- '.readthedocs.yaml'
17+
- 'sample-workflows/**'
1618
workflow_dispatch:
1719
inputs:
1820
push:

.github/workflows/updpyver.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ on:
77
paths-ignore:
88
- 'docs/**'
99
- '.readthedocs.yaml'
10+
- 'sample-workflows/**'
1011
pull_request:
1112
branches:
1213
- main
1314
paths-ignore:
1415
- 'docs/**'
1516
- '.readthedocs.yaml'
17+
- 'sample-workflows/**'
1618
workflow_dispatch:
1719
schedule:
1820
- cron: 0 13 * * 5

0 commit comments

Comments
 (0)