Fixing release.yml On conditions

This commit is contained in:
Annika Merris 2024-02-04 11:21:10 -05:00
parent fb38a18096
commit c849c70417
2 changed files with 6 additions and 8 deletions

View file

@ -2,13 +2,6 @@
name: release
on:
push:
branches:
- 'main'
tags:
- 'v*'
pull_request:
branches:
- 'main'
env:
DOCKER_HOST: tcp://docker-in-docker:2375

View file

@ -2,8 +2,13 @@
name: release
on:
push:
branches:
- 'main'
tags:
- "v*.*.*"
- 'v*'
pull_request:
branches:
- 'main'
env:
DOCKER_HOST: tcp://docker-in-docker:2375