From ccfe868cc8eccae1d86adc7f9bfa4257f635ccf9 Mon Sep 17 00:00:00 2001 From: Hugo Gonzalez Labrador Date: Thu, 16 Nov 2023 14:31:39 +0100 Subject: [PATCH] it worksnow --- .github/workflows/build-publish.yml | 17 ----------------- 1 | 0 2 files changed, 17 deletions(-) delete mode 100644 .github/workflows/build-publish.yml delete mode 100644 1 diff --git a/.github/workflows/build-publish.yml b/.github/workflows/build-publish.yml deleted file mode 100644 index f307f40d..00000000 --- a/.github/workflows/build-publish.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Build and Publish - -on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] - -jobs: - build-and-publish: - name: Buid and Publish CS3APIS - runs-on: ubuntu-latest - steps: - - name: build-and-publish - with: - images: cs3org/cs3apis-build:master - run: cs3apis-build -push-go -push-python -push-js -push-node -git-ssh diff --git a/1 b/1 deleted file mode 100644 index e69de29b..00000000