Compare commits

..

No commits in common. "48f1281ba65f938531eed2556800c4908c869281" and "df3fc81a9d272a40525dfd65c1d4f27293df4792" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

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

View File

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