Skip to content

Commit 4ae007d

Browse files
authored
ci: add better checks for files changed (#430)
Add checks to avoid unintentional skipping of deployments
1 parent 07e5edd commit 4ae007d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/action-check-for-changes.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ jobs:
3030
base: ${{ github.ref }}
3131
filters: |
3232
backend:
33-
- 'src/**/*'
3433
- '.github/**/*'
34+
- 'src/**/*'
35+
- '.azure/applications/**/*'
3536
azure:
36-
- '.azure/**/*'
3737
- '.github/**/*'
38+
- '.azure/infrastructure/**/*'
39+
- '.azure/modules/**/*'
3840
slackNotifier:
39-
- 'src/Digdir.Tool.Dialogporten.SlackNotifier/**/*'
4041
- '.github/**/*'
42+
- 'src/Digdir.Tool.Dialogporten.SlackNotifier/**/*'

0 commit comments

Comments
 (0)