Skip to content

Commit da848a8

Browse files
committed
Restored release creation trigger
1 parent 2609690 commit da848a8

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

.github/workflows/php81.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ 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
69
workflow_dispatch:
710

811
# 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.

.github/workflows/php82.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ 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
69
workflow_dispatch:
710

811
# 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.

.github/workflows/php83.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ 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
69
workflow_dispatch:
710

811
# 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.

.github/workflows/php84.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ 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
69
workflow_dispatch:
710

811
# 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.

0 commit comments

Comments
 (0)