Run on pull request

This commit is contained in:
Nabeel Shahzad
2021-01-17 11:54:46 -05:00
parent 53de2e3229
commit be74d99ae8
+1 -1
View File
@@ -1,5 +1,5 @@
name: 'Build' name: 'Build'
on: ['push', 'workflow_dispatch', 'release'] on: ['push', 'pull_request', 'workflow_dispatch', 'release']
jobs: jobs:
build: build:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04