Run CI workflow on both push and pull_request

This commit is contained in:
Eric Zhang 2022-04-14 14:33:31 -04:00
parent 99fc4f7ddb
commit 36a56c0d4a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
name: CI name: CI
on: push on: [push, pull_request]
jobs: jobs:
rust: rust: