Update prbuildtest.yml

This commit is contained in:
Justin Hammond 2019-11-21 16:56:27 +08:00 committed by GitHub
parent aff159f12b
commit 98875b5753
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,8 @@
name: PR Test
on: [pull_request]
on:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
build:
@ -8,12 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Get Pr Number
uses: jwalton/gh-find-current-pr@v1
id: findPr
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Trigger Build
uses: Fishwaldo/webhook-action@master
env: