Skip to content

Commit

Permalink
run CI on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
andre15silva committed Oct 30, 2024
1 parent 9420c3d commit b2254cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lint
on: [push]
on: [push, pull_request]

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test
on: [push]
on: [push, pull_request]

jobs:
test:
Expand Down

0 comments on commit b2254cf

Please sign in to comment.