From 0125f1302a6e89b731e74eacec70a2c46405308b Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Tue, 4 Apr 2023 12:27:37 +0200 Subject: [PATCH] a change in dependencies requires and integration test --- .forgejo/workflows/integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/integration.yml b/.forgejo/workflows/integration.yml index 2eaa8e8..025fc3d 100644 --- a/.forgejo/workflows/integration.yml +++ b/.forgejo/workflows/integration.yml @@ -3,6 +3,7 @@ name: Integration tests for the release process on: push: paths: + - go.mod - .forgejo/workflows/release.yml - .forgejo/workflows/integration.yml