Skip to content

Commit

Permalink
chore(ci): fix main pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras committed Apr 12, 2023
1 parent b04c307 commit 71425e8
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 5 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build-branch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Build Feature Branch

on:
push:
branches:
- '**'
- '!main'
- '!fix/[0-9]+.[0-9]+.x'

jobs:
helm:
uses: onecx/ci-common/.github/workflows/helm-build.yml@v1
secrets: inherit
with:
artifact: ''
helmdir: '.'
helmAbsoluteDir: true
3 changes: 1 addition & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
name: Build Pull Request
on:
pull_request:
branches:
Expand All @@ -10,7 +10,6 @@ jobs:
uses: onecx/ci-common/.github/workflows/helm-build.yml@v1
secrets: inherit
with:
push: false
artifact: ''
helmdir: '.'
helmAbsoluteDir: true
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build-release
name: Build Release
on:
push:
tags:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
uses: onecx/ci-common/.github/workflows/helm-build.yml@v1
secrets: inherit
with:
push: true
artifact: ''
helmdir: '.'
helmAbsoluteDir: true
2 changes: 1 addition & 1 deletion .github/workflows/create-fix-branch.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: create-fix-branch
name: Create Fix Branch
on:
workflow_dispatch:
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: create-release
name: Create Release Version
on:
workflow_dispatch:
jobs:
Expand Down

0 comments on commit 71425e8

Please sign in to comment.