Skip to content

Commit 96ef0a1

Browse files
committed
ci(bump): ignore certain paths
1 parent 45e8974 commit 96ef0a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/bump.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
push:
55
branches:
66
- "main"
7+
paths-ignore:
8+
- ".github/**"
9+
- "site/**"
10+
- ".envrc"
11+
- ".gitignore"
712

813
jobs:
914
bump-version:

0 commit comments

Comments
 (0)