Skip to content

Commit 3404fd0

Browse files
build: don't run actions for 📁 𝒅𝒐𝒄𝒔
1 parent ebe4913 commit 3404fd0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ on:
55
# Triggers the workflow on push or pull request events but only for the "main" branch
66
push:
77
branches: [ "main" ]
8+
paths-ignore:
9+
- 'docs/**'
810
pull_request:
911
branches: [ "main" ]
12+
paths-ignore:
13+
- 'docs/**'
1014

1115
# Allows you to run this workflow manually from the Actions tab
1216
workflow_dispatch:

0 commit comments

Comments
 (0)