Merge pull request #267 from k-nasa/fix_github_actions

Add pull_request event to github actions hooks
staging
Yoshua Wuyts 5 years ago committed by GitHub
commit 6bae6b16f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

Loading…
Cancel
Save