Skip to content

Commit

Permalink
also run action on prs
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-1 authored Feb 28, 2023
1 parent ec5f05c commit b4c62d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
on: push
on:
push:
pull_request:
name: Clippy check
jobs:
clippy_check:
Expand Down

0 comments on commit b4c62d0

Please sign in to comment.