From f38cf74f20b5da113cfa823afd5bfb5c6ba65f3d Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 6 May 2022 14:50:18 +1000 Subject: [PATCH] Also retest OpenBSD upstream on .yml changes. --- .github/workflows/upstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index 0850f777d..2696838c2 100644 --- a/.github/workflows/upstream.yml +++ b/.github/workflows/upstream.yml @@ -3,7 +3,7 @@ name: Upstream self-hosted on: push: branches: [ master, ci ] - paths: [ '**.c', '**.h' ] + paths: [ '**.c', '**.h', '**.yml' ] jobs: selfhosted: