mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-15 11:31:40 +00:00
Create PRTest.yml
This commit is contained in:
parent
cbe2b60f94
commit
8d06849353
1 changed files with 21 additions and 0 deletions
21
.github/workflows/PRTest.yml
vendored
Normal file
21
.github/workflows/PRTest.yml
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
name: PR Test
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, edited, reopened, synchronize]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Trigger Build
|
||||
uses: Fishwaldo/Bamboo-PR-Trigger@master
|
||||
env:
|
||||
BBSERVER: bamboo.my-ho.st
|
||||
BBUSER: ${{ secrets.bamboouser }}
|
||||
BBPASS: ${{ secrets.bamboopass }}
|
||||
BBPRJ: OZW-PRTST
|
||||
BBPR: ${{ github.event.number }}
|
||||
|
Loading…
Add table
Reference in a new issue