diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 26bf759..4a9758e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -3,10 +3,10 @@ name: Test Charts on: pull_request: branches: - - '*' + - "*" push: branches: - - '*' + - "*" jobs: test: runs-on: ubuntu-latest