Skip to content

Commit 6ee5f71

Browse files
authored
Merge pull request #104 from sangria-graphql/pr_checks_2
run PR checks on main as well
2 parents 4d2c40a + 06a3a30 commit 6ee5f71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Continuous Integration
33
on:
44
pull_request:
55
branches: ["**"]
6+
push:
7+
branches: ["**"]
68

79
jobs:
810
build:

0 commit comments

Comments
 (0)