From 1468c39191542ab31fb2988378a0d5fab06f0d29 Mon Sep 17 00:00:00 2001 From: "spaceBearAmadeus (Alex)" Date: Thu, 24 Oct 2024 00:30:48 -0400 Subject: [PATCH] update workflows --- .github/workflows/cd.yaml | 2 +- .github/workflows/{ci.yaml => integration.yaml} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{ci.yaml => integration.yaml} (92%) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index b3f25d58a..0de5c4ff8 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -1,4 +1,4 @@ -name: Continuous Deployment +name: CD on: workflow_dispatch: diff --git a/.github/workflows/ci.yaml b/.github/workflows/integration.yaml similarity index 92% rename from .github/workflows/ci.yaml rename to .github/workflows/integration.yaml index 0f7e97730..ee6b4dcf1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/integration.yaml @@ -1,9 +1,9 @@ name: Continuous Integration on: - push: - branches: - - main + push + # branches: + # - main jobs: CI: