Run on pull request

This commit is contained in:
Nabeel Shahzad 2021-01-17 11:54:46 -05:00
parent 53de2e3229
commit be74d99ae8

View File

@ -1,5 +1,5 @@
name: 'Build'
on: ['push', 'workflow_dispatch', 'release']
on: ['push', 'pull_request', 'workflow_dispatch', 'release']
jobs:
build:
runs-on: ubuntu-18.04