Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Aug 6, 2024
1 parent 2d7f063 commit 24a9a37
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ name: Hibernate Reactive CI
on:
push:
branches:
- wip/2.4
- 'wip/2.4'
pull_request:
branches: [ wip/2.4 ]
branches:
- 'wip/2.4'
schedule:
# * is a special character in YAML, so you have to quote this string
# Run every hour at minute 25
Expand Down

0 comments on commit 24a9a37

Please sign in to comment.