Skip to content

Commit e0e1d7e

Browse files
committed
build: run tests only on PR, not on push
1 parent 3ba52d4 commit e0e1d7e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ name: Run unit tests
1818
on:
1919
repository_dispatch:
2020
types: [test]
21-
push:
22-
branches-ignore: ['gh-pages']
2321
pull_request:
2422
branches-ignore: ['gh-pages']
2523
workflow_dispatch:

0 commit comments

Comments
 (0)