Skip to content

Commit b19f363

Browse files
authored
Update php.yml
1 parent 285aff0 commit b19f363

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/php.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: Build PHP
22
on:
3-
workflow_dispatch:
4-
inputs:
5-
php-version:
6-
description: 'PHP version to build'
7-
required: true
3+
release:
4+
types: [published]
85
jobs:
96
php:
107
strategy:

0 commit comments

Comments
 (0)