Fix incorrect reference to default branch

This commit is contained in:
MrMeeb 2024-05-27 20:53:20 +00:00
parent 08d4bf5d6d
commit f8d17978e3
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: Build Image
on:
push:
branches:
- 'main'
- 'master'
env:
TEST_TAG: mrmeeb/certbot-cron:test

View File

@ -2,7 +2,7 @@ name: Test Pull Request
on:
pull_request:
branches:
- 'main'
- 'master'
- 'develop'
env: