Fix branch names in Docker CI

This commit is contained in:
Marcin Czop 2025-02-05 18:01:07 +01:00
parent c4c27f89b4
commit 27b45d24ab
No known key found for this signature in database
GPG key ID: 44BCC84471234D0D

View file

@ -2,9 +2,9 @@ name: Docker Image CI
on:
push:
branches: ["main"]
branches: ["master"]
pull_request:
branches: ["main"]
branches: ["master"]
workflow_dispatch:
jobs: