fix(ci): use correct default branch name

This commit is contained in:
Gustavo Valverde 2024-06-25 14:25:56 -04:00
parent b76f0748ec
commit 0ac69d9143
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: Deploy to test
on:
push:
branches:
- main
- master
paths:
- Corefile
- Dockerfile

View File

@ -4,7 +4,7 @@ on:
delete:
pull_request:
branches:
- main
- master
types:
- closed