diff --git a/.github/workflows/push-course-discovery-image.yaml b/.github/workflows/push-course-discovery-image.yaml index 1d8cba8..111773f 100644 --- a/.github/workflows/push-course-discovery-image.yaml +++ b/.github/workflows/push-course-discovery-image.yaml @@ -9,6 +9,12 @@ on: schedule: - cron: "0 4 * * 1-5" # UTC Time + +# Added for testing purposes. Will remove once the PR is finalised + pull_request: + branches: + - '**' + jobs: build-and-push-image: runs-on: ubuntu-latest