forked from Job79/devcontainer
Compare commits
4 Commits
6acfe407ba
...
php84
| Author | SHA1 | Date | |
|---|---|---|---|
| 45aed1cf7a | |||
| 7adaee8f06 | |||
| f4e97c5d77 | |||
| 4608cea0de |
@@ -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,6 +9,8 @@ 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:
|
||||||
|
|||||||
Reference in New Issue
Block a user