Create main.yml

This commit is contained in:
Neil Dorin 2020-02-27 12:38:15 -07:00 committed by GitHub
parent a4eebf7cb3
commit 8e626fd280
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
.github/workflows/main.yml vendored Normal file
View file

@ -0,0 +1,20 @@
name: Build Branch
on:
push:
branches:
- feature/*
- bugfix/*
jobs:
build:
name: Build
runs-on: self-hosted
steps:
- name: Trigger Jenkins Job
uses: appleboy/jenkins-action@0.0.1
with:
url: "http://example.com"
user: "example"
token: ${{ secrets.TOKEN }}
job: "PepperDash Core Branch Builds"