Merge pull request #13 from PepperDash/ndorin-action-test-1

Create main.yml
This commit is contained in:
Andrew Welker
2020-02-27 12:55:18 -07:00
committed by GitHub

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://localhost:8080"
user: "ndorin"
token: ${{ secrets.TOKEN }}
job: "PepperDash Core Branch Builds"