From f7e23ddb93be579714abd09e172bcd50c9bd81f9 Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Fri, 17 Jan 2025 19:48:47 +0200 Subject: [PATCH] choe: run tests on main (#422) * Make tests actually run on `main` (and don't ignore example/readme changes) --- .github/workflows/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 038ae03..5a18f48 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,10 +1,10 @@ name: test on: + push: + branches: + - main pull_request: - paths-ignore: - - 'examples/**' - - '**/README.md' jobs: test: