1
0
Fork 0
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:
Artem Bulgakov 2020-07-29 16:16:16 +03:00
parent 569fc279e8
commit 5770a69f88
3 changed files with 6 additions and 0 deletions

View file

@ -4,6 +4,8 @@ on:
branches-ignore:
- data
- gh-pages
tags:
- '**'
pull_request:
branches-ignore:
- data

View file

@ -4,6 +4,8 @@ on:
branches-ignore:
- data
- gh-pages
tags:
- '**'
pull_request:
branches-ignore:
- data

View file

@ -166,6 +166,8 @@ on:
branches-ignore:
- data
- gh-pages
tags:
- '**'
pull_request:
branches-ignore:
- data