diff --git a/.gitea/workflows/example-condition.yaml b/.gitea/workflows/example-condition.yaml index b72cc66..b506235 100644 --- a/.gitea/workflows/example-condition.yaml +++ b/.gitea/workflows/example-condition.yaml @@ -2,17 +2,11 @@ name: "Example condition" run-name: "Check Job condition" on: - # issues: - # types: - # - labeled - # - opened - # - unlabeled - push: - branches: - - main - - dev - paths: - - test.txt + issues: + types: + - labeled + - opened + - unlabeled jobs: check-condition: