Skip to content

Commit 4b03ab5

Browse files
committed
docs: run tests only on PR
1 parent f9e3c7e commit 4b03ab5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ name: Run unit tests
1818
on:
1919
repository_dispatch:
2020
types: [test]
21-
push:
22-
branches-ignore: ['gh-pages']
2321
pull_request:
24-
branches-ignore: ['gh-pages']
22+
branches-ignore: [ 'gh-pages' ]
2523
workflow_dispatch:
2624

2725
jobs:

0 commit comments

Comments
 (0)