Skip to content

Commit

Permalink
added workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
pasindu07 authored Oct 31, 2024
1 parent 8fa0667 commit 5137d3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ php-7.4-rhel-8 ]
schedule:
- cron: '30 0 * * MON' # 0030 in UTC, 0600 in IST
workflow_dispatch:

env:
REGISTRY: hub.docker.com
Expand Down Expand Up @@ -100,4 +101,4 @@ jobs:
# body: Latest Image of ${{ github.repository }} has been replaced with ${{ env.VERSION_TAG_NAME }}
# to: techops@orangehrm.com
# from: noreply@orangehrm.com
## secure: true
## secure: true

0 comments on commit 5137d3e

Please sign in to comment.