Skip to content

Update Rule “do-you-use-group-policy-to-manage-your-windows-update-po… #5849

Update Rule “do-you-use-group-policy-to-manage-your-windows-update-po…

Update Rule “do-you-use-group-policy-to-manage-your-windows-update-po… #5849

name: Trigger-DevOps-Build
on:
workflow_dispatch:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
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