4 Commits

Author SHA1 Message Date
maurice 45aed1cf7a Merge branch 'main' into php84
Build container / fedora-build (pull_request) Successful in 5m22s
2025-11-04 09:26:40 +01:00
maurice 7adaee8f06 on PR
Build container / fedora-build (push) Has been cancelled
2025-11-04 09:26:32 +01:00
maurice f4e97c5d77 Merge branch 'main' into php84 2025-11-04 09:24:13 +01:00
maurice 4608cea0de allow manual trigger
Build container / fedora-build (push) Has been cancelled
2025-11-04 09:23:50 +01:00
+4 -1
View File
@@ -1,5 +1,6 @@
name: Build container name: Build container
on: on:
workflow_dispatch: # This makes the workflow manually triggered
push: push:
branches: ["main"] branches: ["main"]
paths: paths:
@@ -8,7 +9,9 @@ on:
- "containers/rust/**" - "containers/rust/**"
- "containers/php/**" - "containers/php/**"
- ".gitea/workflows/fedora.yaml" - ".gitea/workflows/fedora.yaml"
pull_request:
branches: ["main"]
jobs: jobs:
fedora-build: fedora-build:
runs-on: job-latest runs-on: job-latest