Update build-debian.yml
Some checks failed
Build Debian package / build-and-push-image (push) Failing after 9s

This commit is contained in:
Marco Realacci 2024-05-15 21:15:44 +02:00 committed by GitHub
parent 7441d2cc4a
commit 01a3e50f70
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: ['master']
branches: ['master', 'main']
# 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: