Skip to content

Commit

Permalink
refactor: updated push workflow to exec on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 committed Oct 10, 2024
1 parent b8e096b commit 4053d34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push-edx-api-notes-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4053d34

Please sign in to comment.