I am going through the one of drone yml and i saw the below
when:
event: tag
am not getting what is mean by tag
event , i knew push event like for example
when:
event: push
branch: master
means trigger the build step only when i push the code to master branch .
So can anyone explain what is mean tag even ? and when to use the tag event ?
Note : I am using git as source control