Apparently, it should be single quote for star matching.

This commit is contained in:
Cedric BAIL 2024-02-10 10:29:01 -07:00
parent 1f681f93b7
commit c8144d5a67

View file

@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
tags:
- "*"
- '*'
jobs:
build: