Skip to content

Merge pull request #108 from git-for-windows/aarc64-artifacts #70

Merge pull request #108 from git-for-windows/aarc64-artifacts

Merge pull request #108 from git-for-windows/aarc64-artifacts #70

Workflow file for this run

name: Deploy to Azure
on:
push:
branches:
- main
paths:
- '.github/workflows/deploy.yml'
- 'GitForWindowsHelper/**'
jobs:
deploy:
if: github.event.repository.fork == false
environment: deploy-to-azure
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Azure/functions-action@v1
with:
app-name: GitForWindowsHelper
publish-profile: ${{ secrets.AZURE_FUNCTIONAPP_PUBLISH_PROFILE }}
respect-funcignore: true