Skip to content

Commit

Permalink
Merge pull request #340 from inaka/fix/ci
Browse files Browse the repository at this point in the history
Be less wasteful of CI
  • Loading branch information
elbrujohalcon authored May 22, 2024
2 parents 15c909d + 800e8ca commit 1c50c12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: build
on: [push, pull_request]
on: [push]
jobs:
ci:
name: OTP ${{matrix.otp_vsn}} on ${{matrix.os}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: lint

on: [push, pull_request]
on: [push]

jobs:
md_and_yml:
Expand Down

0 comments on commit 1c50c12

Please sign in to comment.