mirror of
https://github.com/go-gitea/gitea.git
synced 2025-12-14 21:15:18 +08:00
## Summary Fix skipping of `paths` condition in workflows triggered by tag push events. ## Details - Ensure workflows triggered by tag pushes bypass the `paths` filter check. - Prevent incorrect skipping of workflows due to `paths` conditions on tag pushes. - Added and updated unit tests to verify correct behavior. |
||
|---|---|---|
| .. | ||
| artifacts.go | ||
| github_test.go | ||
| github.go | ||
| log.go | ||
| task_state_test.go | ||
| task_state.go | ||
| workflows_test.go | ||
| workflows.go | ||