mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-14 02:50:46 +00:00
ci(build): ignore tags on push
This commit is contained in:
parent
a65f9509bb
commit
c9b0463b05
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -4,6 +4,8 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- development
|
- development
|
||||||
|
tags-ignore:
|
||||||
|
- '**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- development
|
- development
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue