Add "on: pull_request" to worflow. (#59)

This commit is contained in:
Jonathan Moody 2022-09-06 14:13:13 -05:00 committed by GitHub
parent 5b690ff2ff
commit d025ea1616
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
name: 'Build and Test Hub'
on:
push:
on: ["push", "pull_request"]
jobs:
build:
runs-on: ubuntu-latest