mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-07-24 11:58:51 +00:00
fix chart gh action configuration
This commit is contained in:
parent
9ccb59d242
commit
f21f2c3c4d
2
.github/workflows/osartifact-chart.yml
vendored
2
.github/workflows/osartifact-chart.yml
vendored
@ -3,7 +3,7 @@ name: Publish OS Artifact Chart
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- charts/osartifact
|
||||
- charts/osartifact/**
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
2
.github/workflows/osbuilder-chart.yml
vendored
2
.github/workflows/osbuilder-chart.yml
vendored
@ -4,7 +4,7 @@ on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
paths:
|
||||
- charts/osbuilder
|
||||
- charts/osbuilder/**
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user