Enable chart testing for master pushes

This commit is contained in:
2020-05-07 16:31:40 +01:00
parent a8b6847b24
commit 1f8d744ce0

View File

@@ -1,6 +1,10 @@
name: Lint and Test Charts
on: pull_request
on:
pull_request: {}
push:
branches:
- master
jobs:
lint-test: