mirror of https://github.com/rclone/rclone.git
build: run workflow even if tag/branch name contains slash
This commit is contained in:
parent
54a9488e59
commit
cec843dd8c
|
@ -8,9 +8,9 @@ name: build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '*'
|
- '**'
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '**'
|
||||||
pull_request:
|
pull_request:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Reference in New Issue