Skip to content

Commit

Permalink
Fix running workflows on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
filips123 committed Jan 22, 2024
1 parent df95cc8 commit f351a97
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docs CI/CD

on:
push:
tags: [ v** ]
tags: [ v* ]
workflow_dispatch:

defaults:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
paths:
- .github/workflows/extension.yaml
- extension/**
tags:
- v*
branches-ignore:
- crowdin-*
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
paths:
- .github/workflows/native.yaml
- native/**
tags:
- v*
branches-ignore:
- crowdin-*
pull_request:
Expand Down

0 comments on commit f351a97

Please sign in to comment.