-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Send push event when tag is created or deleted #13999
Conversation
For example:
will trigger on push to
will only trigger on push to |
Related #11397 |
Codecov Report
@@ Coverage Diff @@
## master #13999 +/- ##
==========================================
- Coverage 42.23% 42.19% -0.04%
==========================================
Files 710 710
Lines 77261 77275 +14
==========================================
- Hits 32629 32609 -20
- Misses 39266 39288 +22
- Partials 5366 5378 +12
Continue to review full report at Codecov.
|
#13381 introduced behavioral change in which push event with 0 commits was no longer sent when tag is created or removed. This is necessary:
refs/tags/**
)Similar fix was already made for mirrors in #13862