Skip to content

XS✔ ◾ General improvements to the rule /gather-insights-from-company-… #7505

XS✔ ◾ General improvements to the rule /gather-insights-from-company-…

XS✔ ◾ General improvements to the rule /gather-insights-from-company-… #7505

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