From be0de3e8c459a447e5505cfc32f7f1019adda8c1 Mon Sep 17 00:00:00 2001 From: Nitesh Sandal Date: Fri, 13 Jun 2025 10:28:21 -0400 Subject: [PATCH 1/2] add ci.yml to fernignore --- .fernignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.fernignore b/.fernignore index d969f571..da349173 100644 --- a/.fernignore +++ b/.fernignore @@ -1,3 +1,5 @@ # Specify files that shouldn't be modified by Fern README.md test/ + +.github/workflows/ci.yml \ No newline at end of file From 35e7b1279ab5d8c492a7bbd1e21fccc81ea54af5 Mon Sep 17 00:00:00 2001 From: Nitesh Sandal Date: Fri, 13 Jun 2025 10:41:30 -0400 Subject: [PATCH 2/2] rename to publish.yml --- .fernignore | 2 +- .github/workflows/{ci.yml => publish.yml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{ci.yml => publish.yml} (100%) diff --git a/.fernignore b/.fernignore index da349173..0d8c15ba 100644 --- a/.fernignore +++ b/.fernignore @@ -2,4 +2,4 @@ README.md test/ -.github/workflows/ci.yml \ No newline at end of file +.github/workflows/publish.yml \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/publish.yml similarity index 100% rename from .github/workflows/ci.yml rename to .github/workflows/publish.yml