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: on:
push: push:
branches: branches:
- main - master
paths: paths:
- Corefile - Corefile
- Dockerfile - Dockerfile

View File

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