Don't build Docker image for pushes to arbitrary branches (#894)

Avoids building Docker image twice on pull requests
This commit is contained in:
Matthias Endler 2023-01-02 14:07:29 +01:00 committed by GitHub
parent 6c6f8afd98
commit 14707d19b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,8 +7,6 @@ on:
types:
- completed
push:
branches:
- "**"
tags:
- "v*.*.*"
pull_request: