Skip to content

Commit c64e64f

Browse files
authored
Add trigger to workflows with dependabot updates (DataDog#22914)
1 parent 71a01bf commit c64e64f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
branches: [ master ]
99
paths:
1010
- '**/*.py'
11+
- '.github/workflows/codeql-analysis.yml'
1112

1213
jobs:
1314
analyze:

.github/workflows/test-build-devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
paths:
88
- .devcontainer/**
9-
9+
- '.github/workflows/test-build-devcontainer.yml'
1010
jobs:
1111
docker:
1212
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)