mirror of
https://github.com/flant/ovpn-admin.git
synced 2025-12-15 21:16:14 -08:00
Fix build condition
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
This commit is contained in:
parent
2dcdfc395b
commit
010c4d4e7a
7
.github/workflows/publish-tag.yaml
vendored
7
.github/workflows/publish-tag.yaml
vendored
@ -2,7 +2,12 @@ name: Build and publish tags to ghcr.io
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
- v*
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user