mirror of
https://github.com/async-rs/async-std.git
synced 2025-03-02 16:19:40 +00:00
Merge pull request #267 from k-nasa/fix_github_actions
Add pull_request event to github actions hooks
This commit is contained in:
commit
6bae6b16f2
2 changed files with 3 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
on: [push]
|
on: 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: pull_request
|
||||||
|
|
||||||
name: Clippy check
|
name: Clippy check
|
||||||
jobs:
|
jobs:
|
||||||
clippy_check:
|
clippy_check:
|
||||||
|
|
Loading…
Reference in a new issue