mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 06:16:04 +00:00
also run action on prs
This commit is contained in:
parent
ec5f05c345
commit
b4c62d0987
1 changed files with 3 additions and 1 deletions
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
|
@ -1,4 +1,6 @@
|
|||
on: push
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
name: Clippy check
|
||||
jobs:
|
||||
clippy_check:
|
||||
|
|
Loading…
Add table
Reference in a new issue