Skip to content

Commit

Permalink
Be less wasteful
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira committed May 21, 2024
1 parent c5474ce commit 800e8ca
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 800e8ca

Please sign in to comment.