Trigger GitHub Actions workflow on release tags (#614)
This commit is contained in:
parent
985a6a833d
commit
48892479a3
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -4,6 +4,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
tags:
|
||||||
|
- v*.*.*
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
Loading…
Reference in New Issue
Block a user