Skip to content

Commit 3d2f2c9

Browse files
committed
Moved to manual workflow trigger
1 parent 0da8bd8 commit 3d2f2c9

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

.github/workflows/php81.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ name: Build PHP 8.1
33

44
# Configures this workflow to run every time a release is created.
55
on:
6-
release:
7-
types:
8-
- created
6+
workflow_dispatch:
97

108
# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
119
env:

.github/workflows/php82.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ name: Build PHP 8.2
33

44
# Configures this workflow to run every time a release is created.
55
on:
6-
release:
7-
types:
8-
- created
6+
workflow_dispatch:
97

108
# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
119
env:

.github/workflows/php83.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ name: Build PHP 8.3
33

44
# Configures this workflow to run every time a release is created.
55
on:
6-
release:
7-
types:
8-
- created
6+
workflow_dispatch:
97

108
# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
119
env:

.github/workflows/php84.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ name: Build PHP 8.4
33

44
# Configures this workflow to run every time a release is created.
55
on:
6-
release:
7-
types:
8-
- created
6+
workflow_dispatch:
97

108
# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
119
env:

0 commit comments

Comments
 (0)