Skip to content

Commit 5d17f67

Browse files
Added .github folder to paths-ignore
1 parent e1e34ea commit 5d17f67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/package_installers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
branches: [ master ]
66
paths-ignore:
77
- '**.md'
8+
- '.github/**'
89
pull_request:
910
branches: [ master ]
1011
paths-ignore:
1112
- '**.md'
13+
- '.github/**'
1214
release:
1315
types: [ prereleased, released ]
1416
workflow_dispatch:

0 commit comments

Comments
 (0)