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' name: 'Build and Test Hub'
on: on: ["push", "pull_request"]
push:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest