1
2
Fork 0
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:
mat 2023-02-27 20:56:38 -06:00 committed by GitHub
parent ec5f05c345
commit b4c62d0987
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,6 @@
on: push
on:
push:
pull_request:
name: Clippy check
jobs:
clippy_check: