Skip to content

Commit d581126

Browse files
authored
Merge pull request #51 from classmethod/fix-gha-ci
2 parents 826f825 + d085f4a commit d581126

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: CI
22

33
on:
4-
- push
5-
- pull_request
4+
push:
5+
branches:
6+
- main
7+
pull_request:
68

79
jobs:
810
test:

0 commit comments

Comments
 (0)