Skip to content

Commit 04061ed

Browse files
committed
Don't publish snapshot when unrelated workflow changes
1 parent e25533e commit 04061ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-snapshot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
- main
1010
paths-ignore:
1111
- '*/fit/**'
12+
- '.github/workflows/**'
13+
- '!.github/workflows/deploy-snapshot.yml'
1214

1315
jobs:
1416
build:

0 commit comments

Comments
 (0)