Skip to content

Commit

Permalink
[#1930] Update GitHub action to build and release snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Aug 6, 2024
1 parent e1228ef commit 9614ba9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# GitHub actions for branch testing the latest Hibernate ORM 6.5 snapshot
# GitHub actions for branch testing the latest Hibernate ORM 6.6 snapshot
name: Hibernate Reactive CI

on:
push:
branches:
- wip/2.3
- 'wip/2.4'
pull_request:
branches: wip/2.3
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 9614ba9

Please sign in to comment.