commit 64edef872cb090e5e419c12919cdb3e338934a5e parent d00d7274cb965448923d9007b09e1700f3a985fd Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 1 Mar 2024 15:56:45 +0100 Hopefully fix ci Diffstat:
| M | .github/workflows/testing.yml | | | 6 | ++++-- |
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml @@ -1,10 +1,12 @@ name: Lint and Test Charts on: - pull_request: push: branches: - - main + - main + pull_request: + branches: + - main jobs: lint-test: