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:
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
- v*.*.*
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
Loading…
Reference in New Issue
Block a user