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 Sep 25, 2024
1 parent 79e7fa2 commit ef42cb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# 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 ef42cb5

Please sign in to comment.