mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-01-19 05:43:51 +01:00
Fix native CI workflow for different branches (#2521)
* Fix native CI workflow for different branches * Skip for documentation PRs
This commit is contained in:
parent
0b53788c26
commit
667d651032
5
.github/workflows/native.yml
vendored
5
.github/workflows/native.yml
vendored
@ -3,13 +3,14 @@
|
||||
name: Native Image bitcoin-s-cli
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
branches: [master, main, adaptor-dlc]
|
||||
tags: ["*"]
|
||||
pull_request:
|
||||
release:
|
||||
types: [published]
|
||||
jobs:
|
||||
unix:
|
||||
if: "! contains(github.event.pull_request.labels.*.name, 'documentation')"
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
Loading…
Reference in New Issue
Block a user