1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-03-03 09:29:08 +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:
Fabrice Drouin 2022-02-16 11:43:50 +01:00 committed by GitHub
parent 92221e8409
commit 53cb50a36e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,8 +3,6 @@ name: Docker Image CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs: