From 7a8d5ea1d40ac194ebc841908560345bc6b17170 Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Thu, 16 Jan 2025 09:11:13 +0200 Subject: [PATCH] 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 19c3fdc..0b77239 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: