Skip to content

Commit

Permalink
added cron and referece branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kcs-koteswara committed Oct 8, 2024
1 parent 7330048 commit 1c0ee4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/vertx-parent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 0 * * *' # Cron job to run daily at midnight (UTC)

jobs:
test:
Expand Down Expand Up @@ -120,3 +122,4 @@ jobs:
run: |
echo "Deploying snapshots"
mvn -s $HOME/.m2/settings.xml -Dmaven.wagon.http.retryHandler.count=3 --batch-mode -e -DskipTests=true deploy
if: github.ref == 'refs/heads/master'

0 comments on commit 1c0ee4f

Please sign in to comment.