diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4a9758e..26bf759 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