kbkjb
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
name: CI Feature
|
name: CI Feature
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
push:
|
||||||
|
branches-ignore:
|
||||||
|
- main
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
load-config:
|
load-config:
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
name: CI Main
|
name: CI Main
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
load-config:
|
load-config:
|
||||||
|
|||||||
@@ -1,18 +0,0 @@
|
|||||||
name: CI
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: ["**"]
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
feature:
|
|
||||||
name: Feature
|
|
||||||
if: github.ref != 'refs/heads/main'
|
|
||||||
uses: niko/gitea-ci-library/.gitea/workflows/ci-feature.yml@feature/docker-kuntoon
|
|
||||||
secrets: inherit
|
|
||||||
|
|
||||||
main:
|
|
||||||
name: Main
|
|
||||||
if: github.ref == 'refs/heads/main'
|
|
||||||
uses: niko/gitea-ci-library/.gitea/workflows/ci-main.yml@feature/docker-kuntoon
|
|
||||||
secrets: inherit
|
|
||||||
Reference in New Issue
Block a user