Skip to content

Commit 9e41e3e

Browse files
Merge pull request #112 from inaka/chore/dont-repeat-yourself
Be less wasteful of CI
2 parents b16947d + 68ae581 commit 9e41e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: build
3-
on: [push, pull_request]
3+
on: [push]
44
jobs:
55
ci:
66
name: Run checks and tests over ${{matrix.otp_vsn}}

0 commit comments

Comments
 (0)