Skip to content

Commit

Permalink
Merge pull request #930 from quickfix-j/chrjohn-workflow-2.3.x
Browse files Browse the repository at this point in the history
Add `workflow_dispatch` and `schedule`
  • Loading branch information
chrjohn authored Jan 16, 2025
2 parents a81ba71 + fe290a5 commit 2324eaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Java CI

on:
workflow_dispatch:
push:
pull_request:
types: [reopened, opened, synchronize]
schedule:
- cron: '30 3 * * *'

jobs:
test:
Expand Down

0 comments on commit 2324eaa

Please sign in to comment.