From 6d82bc4ee93e83360ad302304cbe05a9cfc5c52e Mon Sep 17 00:00:00 2001 From: Simon Laux Date: Fri, 10 May 2024 00:18:13 +0200 Subject: [PATCH] change trigger condition of release ci to test it --- .github/workflows/deltachat-rpc-server.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deltachat-rpc-server.yml b/.github/workflows/deltachat-rpc-server.yml index a484f56e5e..f4a03a4fd5 100644 --- a/.github/workflows/deltachat-rpc-server.yml +++ b/.github/workflows/deltachat-rpc-server.yml @@ -12,10 +12,14 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true -on: - workflow_dispatch: - release: - types: [published] +# on: +# workflow_dispatch: +# release: +# types: [published] +pull_request: + push: + branches: + - main jobs: # Build a version statically linked against musl libc