Skip to content

Commit 8a396c6

Browse files
authored
Ignore all tags for building
1 parent 600ed2c commit 8a396c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and publish PHP binaries
33
on:
44
push:
55
branches: "**"
6-
tags-ignore: "php-**"
6+
tags-ignore: "**"
77
pull_request:
88
workflow_dispatch:
99

0 commit comments

Comments
 (0)