Browse Source

refactor(ci): publish on tag push event

pull/985/head
Leon Stoldt 4 years ago
committed by GitHub
parent
commit
15acca81d8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .github/workflows/docker-image.yml

5
.github/workflows/docker-image.yml

@ -2,9 +2,8 @@ name: Docker Image CI
on: on:
push: push:
branches: [ main ] tags:
pull_request: - 'v*.*.*'
branches: [ main ]
jobs: jobs:

Loading…
Cancel
Save