mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-15 11:31:40 +00:00
Update prbuildtest.yml
This commit is contained in:
parent
aff159f12b
commit
98875b5753
1 changed files with 3 additions and 7 deletions
10
.github/workflows/prbuildtest.yml
vendored
10
.github/workflows/prbuildtest.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue