Skip to content

Commit

Permalink
Refactor deployment workflow: Comment out path filter for infra folder
Browse files Browse the repository at this point in the history
  • Loading branch information
crlsocro committed Sep 17, 2024
1 parent 842e15d commit 053a9cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployBicepFile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
branches:
# - main
- 'feature/**'
paths:
- 'infra/**'
# paths:
# - 'infra/**'
name: Deploy to Azure Resource Group
jobs:
build-and-deploy:
Expand Down

0 comments on commit 053a9cb

Please sign in to comment.