Fix native CI workflow for different branches (#2521)

* Fix native CI workflow for different branches

* Skip for documentation PRs
This commit is contained in:
benthecarman 2021-01-21 15:57:14 -06:00 committed by GitHub
parent 0b53788c26
commit 667d651032

View File

@ -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