From 7d0d60d72f5162d991cb1f850b7a495686cf9754 Mon Sep 17 00:00:00 2001 From: Andrey Kassaev Date: Wed, 3 Jan 2024 15:11:36 +0400 Subject: [PATCH] ci.yaml edit 2 --- .gitea/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index b78a024..5a29574 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -1,9 +1,9 @@ on: - push: - branches: [ master ] pull_request: branches: [ master ] + push: + branches: [ master ] jobs: steps: - - run: pwd + run: pwd \ No newline at end of file