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:
kjeld Schouten-Lebbing 2020-12-20 17:16:16 +01:00
parent 3fbbc063ff
commit dde87cc2fe
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name: Charts-CI
on: [pull_request]
on: [push, pull_request]
jobs:
deploy-charts:

View File

@ -1,6 +1,6 @@
name: format_validation
on: [push]
on: [push, pull_request]
jobs:
build: