Skip to content

Commit

Permalink
allow workflow trigger for all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyingmana committed May 15, 2021
1 parent 5b20d7e commit c5a9940
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/php-7.2.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "7.2"
on:
workflow_dispatch:
push:
branches:
- master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/php-7.3.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "7.3"
on:
workflow_dispatch:
push:
branches:
- master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/php-7.4.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "7.4"
on:
workflow_dispatch:
push:
branches:
- master
Expand Down

0 comments on commit c5a9940

Please sign in to comment.