mirror of
https://github.com/ACINQ/eclair.git
synced 2025-03-03 17:36:56 +01:00
Restrict building and publishing docker images to new pushes on master (#2182)
It is not really useful to build docker images for PRs and would not work anyway for forks that are not in the ACINQ repo.
This commit is contained in:
parent
92221e8409
commit
53cb50a36e
1 changed files with 0 additions and 2 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -3,8 +3,6 @@ name: Docker Image CI
|
|||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue