Allways validate catalogue and charts, just to be double sure and enable dev branches to be worked on without open PR's
This commit is contained in:
2
.github/workflows/deploy_charts.yml
vendored
2
.github/workflows/deploy_charts.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: Charts-CI
|
||||
|
||||
on: [pull_request]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
deploy-charts:
|
||||
|
||||
2
.github/workflows/format_validation.yml
vendored
2
.github/workflows/format_validation.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: format_validation
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user