From d1429cba175ac4649fe6d0c776c37bbd97db6042 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Sun, 5 Jan 2025 09:23:28 -0800 Subject: [PATCH] Run tests on all branches This should allow testing branches without creating a PR, which I think will work nicely with jj. --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6b806283..b4cfa8c8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,8 +15,8 @@ on: - "tests/**" push: - branches: - - main + # branches: + # - main # Actions doesn't support YAML references, so it's repeated here paths: - ".cargo/*.toml"