mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-19 05:25:11 +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
663d94d1c0
commit
93fea25c32
1 changed files with 3 additions and 2 deletions
5
.github/workflows/native.yml
vendored
5
.github/workflows/native.yml
vendored
|
@ -3,13 +3,14 @@
|
||||||
name: Native Image bitcoin-s-cli
|
name: Native Image bitcoin-s-cli
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [master, main, adaptor-dlc]
|
||||||
- master
|
tags: ["*"]
|
||||||
pull_request:
|
pull_request:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
jobs:
|
jobs:
|
||||||
unix:
|
unix:
|
||||||
|
if: "! contains(github.event.pull_request.labels.*.name, 'documentation')"
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue