Skip to content

Commit

Permalink
ci(function): only publish on main
Browse files Browse the repository at this point in the history
  • Loading branch information
pbullhove authored Oct 10, 2024
1 parent 7f0d899 commit 5c21756
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-data-generation-function.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Deploy DotNet project to Azure Function App

on:
[push]
push:
branches:
- main


env:
AZURE_FUNCTIONAPP_NAME: 'dev-aquaplatform-func' # set this to your function app name on Azure
Expand Down

0 comments on commit 5c21756

Please sign in to comment.