diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4a9758e..e30d960 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,12 +1,7 @@ name: Test Charts -on: - pull_request: - branches: - - "*" - push: - branches: - - "*" +on: pull_request + jobs: test: runs-on: ubuntu-latest