Skip to content

Commit

Permalink
chore: run workflows on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
heywhy committed Jan 4, 2024
1 parent 0d42483 commit 443bb7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dialyzer.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Dialyzer

on: push
on: [push, pull_request]

jobs:
analyze:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test

on: push
on: [push, pull_request]

jobs:
test:
Expand Down

0 comments on commit 443bb7a

Please sign in to comment.