mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-03-14 14:16:16 +01:00
Update build-debian.yml
Some checks failed
Build Debian package / build-and-push-image (push) Failing after 9s
Some checks failed
Build Debian package / build-and-push-image (push) Failing after 9s
This commit is contained in:
parent
7441d2cc4a
commit
01a3e50f70
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue