Skip to content

Commit 29168da

Browse files
committed
Exclude binder directory from pull request and push triggers
1 parent e315e78 commit 29168da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
pull_request:
1010
paths:
1111
- ".github/workflows/docker-publish.yml"
12+
- "!binder/**"
1213
- "image/**"
1314
- "!README.md"
1415
- "requirements-dev.txt"
@@ -19,6 +20,7 @@ on:
1920
tags: ["*"]
2021
paths:
2122
- ".github/workflows/docker-publish.yml"
23+
- "!binder/**"
2224
- "image/**"
2325
- "!README.md"
2426
- "requirements-dev.txt"

0 commit comments

Comments
 (0)