Skip to content

Merge pull request #186 from leoslopez/DOP-1492_save_n_get_time_restr… #60

Merge pull request #186 from leoslopez/DOP-1492_save_n_get_time_restr…

Merge pull request #186 from leoslopez/DOP-1492_save_n_get_time_restr… #60

Workflow file for this run

name: FromDoppler
on:
pull_request:
branches: ["main"]
push:
branches: ["main", "INT"]
tags:
- v*.*.*
jobs:
dotnet:
name: Continuous Integration
uses: FromDoppler/.github/.github/workflows/dotnet.yml@main
docker:
if: ${{ github.event_name == 'push' }}
name: Continuous Delivery
uses: FromDoppler/.github/.github/workflows/continuous-delivery-dockerfile.yml@main
secrets: inherit
with:
dockerfile-path: "Dockerfile"
docker-image-name: "doppler-contact-policies-api"