Skip to content

Commit 48f2195

Browse files
committed
Update test.yml
1 parent 0c8bea5 commit 48f2195

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@ name: Test
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches-ignore:
6+
- gh-pages
7+
paths-ignore:
8+
- '*.md'
69
pull_request:
7-
branches: [ main ]
10+
branches-ignore:
11+
- gh-pages
12+
paths-ignore:
13+
- '*.md'
814

915
jobs:
1016
build:

0 commit comments

Comments
 (0)