We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e5edd commit 4ae007dCopy full SHA for 4ae007d
.github/workflows/action-check-for-changes.yml
@@ -30,11 +30,13 @@ jobs:
30
base: ${{ github.ref }}
31
filters: |
32
backend:
33
- - 'src/**/*'
34
- '.github/**/*'
+ - 'src/**/*'
35
+ - '.azure/applications/**/*'
36
azure:
- - '.azure/**/*'
37
38
+ - '.azure/infrastructure/**/*'
39
+ - '.azure/modules/**/*'
40
slackNotifier:
- - 'src/Digdir.Tool.Dialogporten.SlackNotifier/**/*'
41
42
+ - 'src/Digdir.Tool.Dialogporten.SlackNotifier/**/*'
0 commit comments