diff --git a/.github/workflows/push-edx-api-notes-image.yaml b/.github/workflows/push-edx-api-notes-image.yaml index 612edb4..c706980 100644 --- a/.github/workflows/push-edx-api-notes-image.yaml +++ b/.github/workflows/push-edx-api-notes-image.yaml @@ -9,6 +9,10 @@ on: schedule: - cron: "0 4 * * 1-5" # UTC Time + pull_request: + branches: + - '**' + jobs: build-and-push-image: runs-on: ubuntu-latest