diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-08-25 23:35:09 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-08-25 23:35:54 +0200 |
| commit | f3207bb5f941189c5ac961b56986fe4c9d35b5e6 (patch) | |
| tree | 19abaf7b668dc856f32eb49f4f97c19fa2682633 /.github | |
| parent | 972a77545c430b7e72dabe803d9f5cfcf2994799 (diff) | |
Fix build and add logo
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/azure-static-web-apps-orange-glacier-064358d03.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/azure-static-web-apps-orange-glacier-064358d03.yml b/.github/workflows/azure-static-web-apps-orange-glacier-064358d03.yml index d7bd0bf..c26a11c 100644 --- a/.github/workflows/azure-static-web-apps-orange-glacier-064358d03.yml +++ b/.github/workflows/azure-static-web-apps-orange-glacier-064358d03.yml @@ -4,10 +4,6 @@ on: push:
branches:
- main
- pull_request:
- types: [opened, synchronize, reopened, closed]
- branches:
- - main
jobs:
build_and_deploy_job:
@@ -26,12 +22,9 @@ jobs: azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ORANGE_GLACIER_064358D03 }}
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
action: "upload"
- ###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
- # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: "/" # App source code path
api_location: "./Backend" # Api source code path - optional
output_location: "build" # Built app content directory - optional
- ###### End of Repository/Build Configurations ######
close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
|
