mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-05-28 04:52:33 +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:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
on: pull_request
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -26,8 +23,6 @@ jobs:
|
||||
- '0.19'
|
||||
|
||||
arch:
|
||||
- arm32v7
|
||||
- arm64
|
||||
- amd64
|
||||
|
||||
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:
|
||||
build:
|
||||
@ -23,6 +26,8 @@ jobs:
|
||||
- '0.19'
|
||||
|
||||
arch:
|
||||
- arm32v7
|
||||
- arm64
|
||||
- amd64
|
||||
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user