mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-13 20:46:34 +00:00
Merge branch 'master' into feature/add-jenkins-action
This commit is contained in:
commit
d8f98346d4
5 changed files with 49 additions and 26 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -1,5 +1,6 @@
|
|||
name: Build Non-Release Branch
|
||||
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
@ -7,6 +8,7 @@ on:
|
|||
- bugfix/*
|
||||
- hotfix/*
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue