forked from Job79/devcontainer
Compare commits
4 Commits
6acfe407ba
...
php84
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
45aed1cf7a | ||
|
|
7adaee8f06 | ||
|
|
f4e97c5d77 | ||
|
|
4608cea0de |
@@ -1,5 +1,6 @@
|
||||
name: Build container
|
||||
on:
|
||||
workflow_dispatch: # This makes the workflow manually triggered
|
||||
push:
|
||||
branches: ["main"]
|
||||
paths:
|
||||
@@ -8,6 +9,8 @@ on:
|
||||
- "containers/rust/**"
|
||||
- "containers/php/**"
|
||||
- ".gitea/workflows/fedora.yaml"
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
|
||||
jobs:
|
||||
fedora-build:
|
||||
|
||||
Reference in New Issue
Block a user