mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-11 11:10:59 -05:00
Fixing release.yml On conditions
This commit is contained in:
parent
fb38a18096
commit
c849c70417
2 changed files with 6 additions and 8 deletions
|
|
@ -2,13 +2,6 @@
|
|||
name: release
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
tags:
|
||||
- 'v*'
|
||||
pull_request:
|
||||
branches:
|
||||
- 'main'
|
||||
|
||||
env:
|
||||
DOCKER_HOST: tcp://docker-in-docker:2375
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue