Add "on: pull_request" to worflow.

This commit is contained in:
Jonathan Moody 2022-09-06 13:25:50 -05:00
parent 9d9c73f97f
commit 04eed39ed5

View file

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