mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-06-02 15:32:29 +02:00
Only run on PRs not all pushes
This commit is contained in:
parent
d52cbcd509
commit
5e18ac1804
@ -1,9 +1,6 @@
|
|||||||
name: Build bitcoind on master push
|
name: Build bitcoind on push
|
||||||
|
|
||||||
on:
|
on: pull_request
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -26,8 +23,6 @@ jobs:
|
|||||||
- '0.19'
|
- '0.19'
|
||||||
|
|
||||||
arch:
|
arch:
|
||||||
- arm32v7
|
|
||||||
- arm64
|
|
||||||
- amd64
|
- amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
@ -1,6 +1,9 @@
|
|||||||
name: Build bitcoind on push
|
name: Build bitcoind on master push
|
||||||
|
|
||||||
on: push
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -23,6 +26,8 @@ jobs:
|
|||||||
- '0.19'
|
- '0.19'
|
||||||
|
|
||||||
arch:
|
arch:
|
||||||
|
- arm32v7
|
||||||
|
- arm64
|
||||||
- amd64
|
- amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user