mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-20 13:11:16 +00:00
Add back execution of CI pipeline on tags
This commit is contained in:
parent
35ccfb87c3
commit
8a17b9e5c8
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -5,6 +5,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
- "*.*.*"
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
|
|
|
|||
Loading…
Reference in a new issue