Skip to content

Commit

Permalink
chore: temp code for running workflow on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Sep 10, 2024
1 parent 3599883 commit 22891bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push-registrar-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Build and Push Docker Images
on:
workflow_dispatch:

pull_request:
branches:
- '**'

schedule:
- cron: "0 4 * * 1-5" # UTC Time

Expand Down

0 comments on commit 22891bd

Please sign in to comment.