Skip to content

Commit

Permalink
Add workflow dispatch to run the workflow manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramo-Y committed Mar 5, 2024
1 parent 60fb361 commit 02570bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/azure-static-web-apps-dev.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Azure Static Web Apps CI/CD (DEV)

on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
push:
branches:
- develop
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/azure-static-web-apps-prod.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Azure Static Web Apps CI/CD (PROD)

on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
push:
branches:
- main
Expand Down

0 comments on commit 02570bc

Please sign in to comment.