diff --git a/.fernignore b/.fernignore index d969f57..0d8c15b 100644 --- a/.fernignore +++ b/.fernignore @@ -1,3 +1,5 @@ # Specify files that shouldn't be modified by Fern README.md test/ + +.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