Skip to content

Commit

Permalink
(build) Add tags as a valid workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Sep 15, 2020
1 parent 70e63f5 commit 5cc183f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- "release/**"
- "hotfix/**"
- "feature/**"
tags:
- '*'
paths-ignore:
- "README.md"
pull_request:
Expand Down Expand Up @@ -37,8 +39,6 @@ jobs:

steps:
- uses: actions/[email protected]
with:
sumbodules: true
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- name: Install Transifex Client
Expand Down

0 comments on commit 5cc183f

Please sign in to comment.