From b7a530fda5aa6b282df0f5d44119802113543664 Mon Sep 17 00:00:00 2001 From: mio Date: Sat, 16 Oct 2021 21:35:09 +0200 Subject: [PATCH] Remove wrong tags-ignore --- .github/workflows/build-uc2.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-uc2.yml b/.github/workflows/build-uc2.yml index e40764b9..61b45053 100644 --- a/.github/workflows/build-uc2.yml +++ b/.github/workflows/build-uc2.yml @@ -2,8 +2,6 @@ name: Build UC2 on: push: - tags-ignore: - - "*" paths-ignore: - ".gitignore" - "docs/**"