Skip to content

Commit 7d86576

Browse files
Github Config
1 parent 37eb982 commit 7d86576

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/phar-build.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ on:
44
push:
55
tags:
66
- '^(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)(-([0-9A-Za-z-]+(\.[0-9A-Za-z-]+)*))?(\+([0-9A-Za-z-]+(\.[0-9A-Za-z-]+)*))?$'
7-
7+
workflow_dispatch:
8+
inputs:
9+
tags:
10+
description: 'Tags'
11+
required: True
12+
type: boolean
813
jobs:
914
build-phar:
1015
name: Build PHAR

0 commit comments

Comments
 (0)