Skip to content

Commit 033fae7

Browse files
committed
chore: add some paths to ignore when executing gh actions
1 parent 0fb48eb commit 033fae7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-test-package-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- main
77
tags:
88
- "v*"
9+
paths-ignore:
10+
- '.devcontainer/**'
11+
- '.github/**'
12+
- '!.github/workflows/**'
913

1014
pull_request:
1115
branches:

0 commit comments

Comments
 (0)