diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index 1e85491..0000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,21 +0,0 @@ -# name: Docker Image CI - -# on: -# pull_request: -# branches: [ "main" ] -# paths-ignore: [ "docs/**" ] - -# push: -# paths-ignore: [ "docs/**" ] - -# jobs: -# build: -# name: CI Build -# runs-on: ubuntu-latest - -# steps: -# - name: Checkout Code Repository -# uses: actions/checkout@v2 - -# - name: Build the Stack -# run: docker-compose build