Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit c5a9940

Browse files
committed
allow workflow trigger for all versions
1 parent 5b20d7e commit c5a9940

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/php-7.2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: "7.2"
22
on:
3+
workflow_dispatch:
34
push:
45
branches:
56
- master

.github/workflows/php-7.3.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: "7.3"
22
on:
3+
workflow_dispatch:
34
push:
45
branches:
56
- master

.github/workflows/php-7.4.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: "7.4"
22
on:
3+
workflow_dispatch:
34
push:
45
branches:
56
- master

0 commit comments

Comments
 (0)