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:
parent
3fbbc063ff
commit
dde87cc2fe
|
@ -1,6 +1,6 @@
|
|||
name: Charts-CI
|
||||
|
||||
on: [pull_request]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
deploy-charts:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: format_validation
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue