From 5cdaedd1e7cecb87c67b7a35708cf088bd32bf62 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Mon, 11 Oct 2021 21:45:03 -0500 Subject: [PATCH] get '[ci all]' everywhere --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e8b7b90b1..67ae0645bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: test: runs-on: ${{ matrix.os }} - # On push events run the CI only on master by default, but run on any branch if the commit message contains 'ci all' + # On push events run the CI only on master by default, but run on any branch if the commit message contains '[ci all]' if: >- github.event_name != 'push' || (github.event_name == 'push' && github.ref == 'refs/heads/master')