mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-01-11 19:44:44 +00:00
Create main.yml
This commit is contained in:
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://example.com"
|
||||
user: "example"
|
||||
token: ${{ secrets.TOKEN }}
|
||||
job: "PepperDash Core Branch Builds"
|
||||
Reference in New Issue
Block a user