ispmail-workaround-org/.forgejo/workflows/playing-around.yaml
Christoph Haas 1abedb6c2d
All checks were successful
/ build (push) Successful in 3s
ffs
2025-12-20 21:08:30 +01:00

12 lines
194 B
YAML

on:
push:
branches:
- stage
jobs:
build:
runs-on: docker
environment: ${{ env.FORGEJO_REF_NAME }}
steps:
- name: Checkout code
uses: actions/checkout@v4