Skip to content

Commit

Permalink
test: add code for testing image
Browse files Browse the repository at this point in the history
  • Loading branch information
mfarhan943 committed Oct 22, 2024
1 parent f710a9f commit 2bf97c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/push-course-discovery-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2bf97c7

Please sign in to comment.