mirror of
https://github.com/ArtemSBulgakov/buildozer-action.git
synced 2024-08-16 10:09:52 +02:00
Fix building on tags
This commit is contained in:
parent
569fc279e8
commit
5770a69f88
3 changed files with 6 additions and 0 deletions
2
.github/workflows/build-master-buildozer.yml
vendored
2
.github/workflows/build-master-buildozer.yml
vendored
|
@ -4,6 +4,8 @@ on:
|
|||
branches-ignore:
|
||||
- data
|
||||
- gh-pages
|
||||
tags:
|
||||
- '**'
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- data
|
||||
|
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -4,6 +4,8 @@ on:
|
|||
branches-ignore:
|
||||
- data
|
||||
- gh-pages
|
||||
tags:
|
||||
- '**'
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- data
|
||||
|
|
|
@ -166,6 +166,8 @@ on:
|
|||
branches-ignore:
|
||||
- data
|
||||
- gh-pages
|
||||
tags:
|
||||
- '**'
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- data
|
||||
|
|
Loading…
Reference in a new issue