From 5cc183f6e6edd42ab638b6d8ba83a5c5e174c8b9 Mon Sep 17 00:00:00 2001 From: AdmiringWorm Date: Tue, 15 Sep 2020 10:18:30 +0200 Subject: [PATCH] (build) Add tags as a valid workflow --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2fc589e..39c3218 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,6 +8,8 @@ on: - "release/**" - "hotfix/**" - "feature/**" + tags: + - '*' paths-ignore: - "README.md" pull_request: @@ -37,8 +39,6 @@ jobs: steps: - uses: actions/checkout@v2.3.2 - with: - sumbodules: true - name: Fetch all tags and branches run: git fetch --prune --unshallow - name: Install Transifex Client