diff --git a/.github/workflows/native.yml b/.github/workflows/native.yml index 673aa33aee..0f44661092 100644 --- a/.github/workflows/native.yml +++ b/.github/workflows/native.yml @@ -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