From 84e71dc51cff8c2d2615b83abfa4ac06d02b778b Mon Sep 17 00:00:00 2001 From: Kai Siren Date: Sun, 19 Nov 2023 00:26:51 -0500 Subject: [PATCH] testing --- .github/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1e0675d..920c841 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,5 @@ -name: Github Actions +name: CI/CD + on: push: branches: ["main"] @@ -7,8 +8,6 @@ on: jobs: test: - using: docker - image: Dockerfile runs-on: ubuntu-latest steps: - uses: actions/checkout@v3