Skip to content

Merge pull request #2 from gitgitgadget/trigger-sync-ref-workflow-runs #2

Merge pull request #2 from gitgitgadget/trigger-sync-ref-workflow-runs

Merge pull request #2 from gitgitgadget/trigger-sync-ref-workflow-runs #2

Workflow file for this run

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