mirror of
https://github.com/EvilFreelancer/docker-routeros.git
synced 2025-07-15 09:04:40 +02:00
Apparently, it should be single quote for star matching.
This commit is contained in:
parent
1f681f93b7
commit
c8144d5a67
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
|
@ -4,7 +4,7 @@ on:
|
|||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- "*"
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue