Skip to content

Merge pull request #172 from deck9/PhilReinking-patch-1 #242

Merge pull request #172 from deck9/PhilReinking-patch-1

Merge pull request #172 from deck9/PhilReinking-patch-1 #242

Workflow file for this run

name: Deployment
on:
push:
branches: [ "main" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "main" ]
jobs:
tests:
uses: ./.github/workflows/ci.yml
docker:
needs: tests
uses: ./.github/workflows/docker-publish.yml