build: run workflow even if tag/branch name contains slash

This commit is contained in:
albertony 2023-03-16 17:33:50 +01:00 committed by Nick Craig-Wood
parent 54a9488e59
commit cec843dd8c
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@ name: build
on:
push:
branches:
- '*'
- '**'
tags:
- '*'
- '**'
pull_request:
workflow_dispatch:
inputs: