From 41d4a5735d73d380fea855241ede942a215a6f74 Mon Sep 17 00:00:00 2001 From: gano Date: Thu, 8 May 2025 15:45:21 +0000 Subject: [PATCH] Actualiser .forgejo/workflows/ci-test.yml --- .forgejo/workflows/ci-test.yml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/.forgejo/workflows/ci-test.yml b/.forgejo/workflows/ci-test.yml index 10a1571..2486fea 100644 --- a/.forgejo/workflows/ci-test.yml +++ b/.forgejo/workflows/ci-test.yml @@ -1,7 +1,11 @@ -runs-on: docker -container: - image: alpine:3.20 -steps: - - run: | - grep Alpine /etc/os-release - echo SUCCESS \ No newline at end of file + +on: [push] +jobs: + ls: + runs-on: docker + container: + image: alpine:3.20 + steps: + - run: | + grep Alpine /etc/os-release + echo SUCCESS \ No newline at end of file