Skip to content

Commit

Permalink
change trigger condition of release ci to test it
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux committed May 9, 2024
1 parent 31bf2a1 commit 6d82bc4
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/deltachat-rpc-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d82bc4

Please sign in to comment.