mirror of
https://github.com/maputnik/editor.git
synced 2026-08-02 11:17:26 +00:00
Fix incorrect CI tag filter (#838)
This commit is contained in:
@@ -3,9 +3,8 @@ name: deploy
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
push:
|
tags:
|
||||||
tags:
|
- 'v*'
|
||||||
- 'v*'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# publish docker to GitHub registry
|
# publish docker to GitHub registry
|
||||||
|
|||||||
Reference in New Issue
Block a user