From 13eab642be3576646a01e51e76d29136a197260b Mon Sep 17 00:00:00 2001 From: eine Date: Sat, 10 Oct 2020 18:23:39 +0200 Subject: [PATCH] ci: fix branch name filter --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0cf1602..fc55a4e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ on: - '*' - '!tip' branches: - - '*' + - '**' pull_request: env: