Skip to content

fix (#7474)

fix (#7474) #7040

name: Trigger-DevOps-Build
on:
workflow_dispatch:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
if: github.repository_owner == 'SSWConsulting'
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Trigger Production
run: |
export AZURE_DEVOPS_EXT_PAT=${{ secrets.AZURE_DEVOPS_TOKEN }}
chmod +x .workflow/build-production.sh
bash ./.workflow/build-production.sh