Skip to content

Commit 4a40a27

Browse files
committed
Update branches to test
1 parent 8c0eeba commit 4a40a27

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ on:
44
push:
55
branches:
66
- develop
7-
- v*
7+
- "[0-9]+.[0-9]+.x"
8+
tags:
9+
- v[0-9]+.[0-9]+.[0-9]+
810
pull_request:
911
workflow_dispatch:
1012
jobs:

0 commit comments

Comments
 (0)