Skip to content

Commit d9af306

Browse files
committed
fix: update paths-ignore to exclude .github folder from deployments
1 parent e265045 commit d9af306

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/azure-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
# Exclude Content folder changes to avoid unnecessary deployments
1212
paths-ignore:
1313
- 'Content/**'
14+
- '.github/**'
1415

1516
# Set up permissions for deploying with secretless Azure federated credentials
1617
# https://learn.microsoft.com/en-us/azure/developer/github/connect-from-azure?tabs=azure-portal%2Clinux#set-up-azure-login-with-openid-connect-authentication

0 commit comments

Comments
 (0)