Skip to content

Commit cb7aa7d

Browse files
committed
fix test workflow
1 parent 2caf761 commit cb7aa7d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/run-tests.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ on:
44
push:
55
branches:
66
- "**"
7-
branches-ignore:
8-
- gh-pages
7+
- "!gh-pages"
98
paths-ignore:
109
- "playground/**"
1110
pull_request:
1211
branches:
1312
- "**"
14-
branches-ignore:
15-
- gh-pages
13+
- "!gh-pages"
1614
paths-ignore:
1715
- "playground/**"
1816

0 commit comments

Comments
 (0)