1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

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

View File

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