From 4b7b86126380b0437d127e9885adaeaa3641e4a6 Mon Sep 17 00:00:00 2001 From: Alex Matsuev Date: Tue, 25 Nov 2025 13:57:00 +0300 Subject: [PATCH] Add test.txt --- .gitea/workflows/example-condition.yaml | 14 +++++++++++--- test.txt | 1 + 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 test.txt diff --git a/.gitea/workflows/example-condition.yaml b/.gitea/workflows/example-condition.yaml index 92092d2..5883aef 100644 --- a/.gitea/workflows/example-condition.yaml +++ b/.gitea/workflows/example-condition.yaml @@ -2,9 +2,17 @@ name: "Example condition" run-name: "Check Job condition" on: - issues: - types: - - labeled + # issues: + # types: + # - labeled + # - opened + # - unlabeled + push: + branches-ignore: + - main + - dev + paths: + - ./test.txt jobs: check-condition: diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..9eb6e28 --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +hdjksfh adhsjfk hadslkjh \ No newline at end of file