2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-03-01 15:49:41 +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:
Yoshua Wuyts 2019-10-02 20:41:01 +02:00 committed by GitHub
commit 6bae6b16f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
on: [push]
on: pull_request
jobs:
build_and_test:

View file

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