From 12db8f2f7a1ff11b808e141b1fad83400e0a2614 Mon Sep 17 00:00:00 2001 From: "Matthias C. M. Troffaes" Date: Thu, 17 Jun 2021 14:23:17 +0100 Subject: [PATCH] Ignore push to branches. --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 88060e3..7286a09 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,6 +2,8 @@ name: test on: push: + branches-ignore: + - '**' tags: - '[0-9]+.[0-9]+.[0-9]+'