try building on codeberg-small-lazy

This commit is contained in:
🪞👃🪞 2025-04-18 19:53:26 +03:00
parent 610b6b4353
commit e6ca672b3a
2 changed files with 4 additions and 1 deletions

View file

@ -3,6 +3,7 @@ on:
tags: '*' tags: '*'
jobs: jobs:
build: build:
runs-on: codeberg-small-lazy
container: { image: "alpine:edge" } container: { image: "alpine:edge" }
steps: steps:

View file

@ -1,4 +1,6 @@
on: [push] on:
push:
branches: '*'
jobs: jobs:
build: build:
container: { image: "alpine:edge" } container: { image: "alpine:edge" }