mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 12:06:29 +00:00
Merge pull request #13 from PepperDash/ndorin-action-test-1
Create main.yml
This commit is contained in:
commit
e13b25a2d1
1 changed files with 20 additions and 0 deletions
20
.github/workflows/main.yml
vendored
Normal file
20
.github/workflows/main.yml
vendored
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue