mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-02 06:26:41 +00:00
Add hook pull_request event
This commit is contained in:
parent
33d2191cec
commit
da9cbd99c4
2 changed files with 3 additions and 2 deletions
.github/workflows
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_test:
|
build_and_test:
|
||||||
|
|
3
.github/workflows/clippy.yml
vendored
3
.github/workflows/clippy.yml
vendored
|
@ -1,4 +1,5 @@
|
||||||
on: push
|
on: [push, pull_request]
|
||||||
|
|
||||||
name: Clippy check
|
name: Clippy check
|
||||||
jobs:
|
jobs:
|
||||||
clippy_check:
|
clippy_check:
|
||||||
|
|
Loading…
Reference in a new issue