From a04ecdcd191f152957e35489d0b16c539339d929 Mon Sep 17 00:00:00 2001 From: alemi Date: Wed, 25 Sep 2024 21:33:53 +0200 Subject: [PATCH] ci: run on any push --- .github/workflows/test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 051688f..730001b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,11 +1,9 @@ name: test on: - push: - branches: - - dev + push pull_request: - types: [review_requested, synchronize] + types: [synchronize, review_requested] env: CARGO_TERM_COLOR: always