Fix incorrect reference to default branch (#17)
All checks were successful
Build Image / Validate Image (push) Successful in 54s
Build Image / Publish Image (push) Successful in 4m28s
Build Image / Notify (push) Successful in 3s

Reviewed-on: #17
This commit is contained in:
MrMeeb 2024-05-27 22:01:48 +00:00
commit 48f1281ba6
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: