Update build-debian.yml

This commit is contained in:
Marco Realacci 2024-05-15 21:14:21 +02:00 committed by GitHub
parent eb2467b308
commit 7441d2cc4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@ name: Build Debian package
# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
push:
branches: ['main']
branches: ['master']
# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
# env: