[openssh-commits] [openssh] branch master updated: Rerun upstream tests on .sh file changes too.
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Jun 20 18:45:48 AEST 2024
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new 603193e3 Rerun upstream tests on .sh file changes too.
603193e3 is described below
commit 603193e32aef5db7d60c58066d5de89806e79312
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Thu Jun 20 18:45:14 2024 +1000
Rerun upstream tests on .sh file changes too.
---
.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 2ebdcf59..e25adb42 100644
--- a/.github/workflows/upstream.yml
+++ b/.github/workflows/upstream.yml
@@ -3,7 +3,7 @@ name: Upstream self-hosted
on:
push:
branches: [ master ]
- paths: [ '**.c', '**.h', '.github/configs', '.github/workflows/upstream.yml' ]
+ paths: [ '**.c', '**.h', '**.sh', '.github/configs', '.github/workflows/upstream.yml' ]
jobs:
selfhosted:
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list