diff options
author | Darren Tucker <dtucker@dtucker.net> | 2022-05-06 06:50:18 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2022-05-06 06:50:18 +0200 |
commit | f38cf74f20b5da113cfa823afd5bfb5c6ba65f3d (patch) | |
tree | 2efd5668f3b145121b00d8860449b83665db9f07 | |
parent | Note that, for now, we need variadic macros. (diff) | |
download | openssh-f38cf74f20b5da113cfa823afd5bfb5c6ba65f3d.tar.xz openssh-f38cf74f20b5da113cfa823afd5bfb5c6ba65f3d.zip |
Also retest OpenBSD upstream on .yml changes.
-rw-r--r-- | .github/workflows/upstream.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |