From b446bf5b8bd9fb0523037ee6abf08529fd54225e Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Sun, 24 Mar 2024 10:37:17 -0500 Subject: [PATCH] Move workflows to actual workflow path. --- .github/{ci => workflows}/properties/python.properties.json | 0 .github/{ci => workflows}/python.yml | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .github/{ci => workflows}/properties/python.properties.json (100%) rename .github/{ci => workflows}/python.yml (100%) diff --git a/.github/ci/properties/python.properties.json b/.github/workflows/properties/python.properties.json similarity index 100% rename from .github/ci/properties/python.properties.json rename to .github/workflows/properties/python.properties.json diff --git a/.github/ci/python.yml b/.github/workflows/python.yml similarity index 100% rename from .github/ci/python.yml rename to .github/workflows/python.yml