Create PRTest.yml

This commit is contained in:
Justin Hammond 2019-11-21 17:12:15 +08:00 committed by GitHub
parent cbe2b60f94
commit 8d06849353
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

21
.github/workflows/PRTest.yml vendored Normal file
View 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 }}