diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2023-03-10 10:32:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-10 10:32:50 +0100 |
commit | c7303cbf765300a8e0bdcb4a9981638c60a145d5 (patch) | |
tree | cf528aca55705cae61936b04555f4ec83c088231 /.github | |
parent | 70322699abcf69531fdb47a282561f19592b8dfd (diff) |
Update dependencies (#3006)
In preparation for a new release, let's also update a few dependencies.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/dendrite.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/dendrite.yml b/.github/workflows/dendrite.yml index 033c5864..2101c7a5 100644 --- a/.github/workflows/dendrite.yml +++ b/.github/workflows/dendrite.yml @@ -6,10 +6,12 @@ on: - main paths: - '**.go' # only execute on changes to go files + - 'go.sum' # or dependency updates - '.github/workflows/**' # or workflow changes pull_request: paths: - '**.go' + - 'go.sum' # or dependency updates - '.github/workflows/**' release: types: [published] |