Skip to content

Commit 79cf9cc

Browse files
committed
ci: allow manual run
1 parent f083929 commit 79cf9cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ on:
44
push:
55
branches:
66
- main
7+
workflow_dispatch:
78

89
env:
910
REGISTRY: ghcr.io
1011
PLATFORM: linux/amd64,linux/arm64
1112

1213
jobs:
1314
build:
15+
name: Build Php ${{ matrix.php_version }} container
1416
runs-on: ubuntu-latest
1517
permissions:
1618
contents: read

0 commit comments

Comments
 (0)