Skip to content

Merge pull request #110 from git-for-windows/release-arm64 #71

Merge pull request #110 from git-for-windows/release-arm64

Merge pull request #110 from git-for-windows/release-arm64 #71

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