From 66a91d483b95034d0f91ae3e4db24119a58fe911 Mon Sep 17 00:00:00 2001 From: romanpozii Date: Fri, 22 Nov 2024 13:47:36 +0100 Subject: [PATCH] edited ci.yml --- .gitea/workflows/ci.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2b5e101..192f0b4 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -1,8 +1,9 @@ name: First CI -on: [push] - jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Printing hello - run: echo "Hello," \ No newline at end of file +on: + push: +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Printing hello + run: echo "Hello," \ No newline at end of file