Skip to content

Commit

Permalink
remove .drone.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
labkode committed Nov 16, 2023
1 parent ccfe868 commit 7451b97
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 48 deletions.
40 changes: 0 additions & 40 deletions .drone.yml

This file was deleted.

25 changes: 17 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
---
name: Build and Publish
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build-and-publish:
name: Buid and Publish CS3APIS
name: Build only
on:
push:
branches:
- main
runs-on: ubuntu-latest
container: cs3org/cs3apis-build:master
steps:
Expand All @@ -31,3 +28,15 @@ jobs:
- name: build-and-publish
run: cs3apis-build -git-ssh -push-go -push-js -push-node -push-python

build-only:
name: Build only
runs-on: ubuntu-latest
container: cs3org/cs3apis-build:master
on:
pull_request:
branches:
- main
steps:
- name: Checkout
uses: actions/checkout@v4
run: cs3apis-build

0 comments on commit 7451b97

Please sign in to comment.