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