Commit d0425d9
committed
docs: clarify GitHub webhook behavior for multiple tag pushes
Add warning in event matching documentation to clarify GitHub's
limitation when pushing multiple tags simultaneously. Specifically
documents that GitHub does not send webhook events when more than
three tags are pushed at once (e.g., using 'git push origin --tags').
This helps users understand why pipeline runs may not trigger when
pushing bulk tags and provides a link to GitHub's official
documentation for reference.
Fixes #2252
Signed-off-by: Zaki Shaikh <[email protected]>1 parent 2946d77 commit d0425d9
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
61 | 65 | | |
62 | 66 | | |
63 | 67 | | |
| |||
0 commit comments