Skip to content

Update github.com/go-viper/mapstructure/v2 to v2.4.0 #5345 #11

Update github.com/go-viper/mapstructure/v2 to v2.4.0 #5345

Update github.com/go-viper/mapstructure/v2 to v2.4.0 #5345 #11

Workflow file for this run

name: CI - Tags
on:
push:
tags:
- '*'
- '!staging-*'
- '!authgear-once/*'
jobs:
checks:
if: ${{ github.repository == 'authgear/authgear-server' }}
uses: ./.github/workflows/run-checks.yaml
builds:
if: ${{ github.repository == 'authgear/authgear-server' }}
needs: checks
secrets: inherit
uses: ./.github/workflows/run-builds.yaml
with:
push_image: true
release:
if: ${{ github.repository == 'authgear/authgear-server' }}
needs: builds
secrets: inherit
uses: ./.github/workflows/run-release.yaml