mockito / mockito-kotlin

Using Mockito with Kotlin
MIT License
3.09k stars 198 forks source link

Run release procedure on tag pushes #425

Closed TimvdLippe closed 3 years ago

TimvdLippe commented 3 years ago

Running CI actions on tags requires tags to be explicitly listed per the documentation in https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-including-branches-and-tags

Also update the logic to make sure we run on tags, not just on the main branch pushes.