mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 23:44:38 +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
|
name: Clippy check
|
||||||
jobs:
|
jobs:
|
||||||
clippy_check:
|
clippy_check:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue