Skip to content

Commit 6c25798

Browse files
authored
Fix the github actions for pull requests (PR #14)
1 parent c33a9fe commit 6c25798

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ on:
66
push:
77
branches:
88
- master
9-
pull_request:
10-
branches:
11-
- master
9+
pull_request:
10+
branches:
11+
- master
1212

1313
jobs:
1414
test:

0 commit comments

Comments
 (0)