From 2d82d4a355979a3c60e5f656d2eed2badee1cbb4 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Mon, 6 Oct 2025 12:07:52 -0400 Subject: [PATCH] Trigger CI on `master` (on a non-fork PR) --- src/GitHub.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/GitHub.jl b/src/GitHub.jl index dd6e24c..03f7d71 100644 --- a/src/GitHub.jl +++ b/src/GitHub.jl @@ -1,5 +1,7 @@ module GitHub +# Hello world + using Dates using Base64