From d4ef94685aacb97c050b133b131cfb896fff0ad0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Sun, 12 Jan 2020 19:58:32 +0900 Subject: [PATCH] Can't get the tag test to work on non-main --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2802ecfe4..a723f1a09 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,9 @@ on: push: - tags: - - 'test' + branches: + - feature/pkg + # tags: + # - 'test' # - 'v*+' name: Create kernel release and upload binaries