Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Aug 9, 2024
1 parent e7abb9c commit d434528
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-2.3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: Hibernate Reactive CI for 2.3 snapshots
on:
push:
branches:
- 'wip/**'
- 'wip/2.3'
pull_request:
branches:
- 'wip/**'
- 'wip/2.3'
# We run the build every hour to check for changes in the snapshots
schedule:
# * is a special character in YAML, so you have to quote this string
# Run every hour at minute 25
- cron: '55 * * * *'
- cron: '25 * * * *'
# Allow running this workflow against a specific branch/tag
workflow_dispatch:

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-2.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: Hibernate Reactive CI for 2.4 snapshots
on:
push:
branches:
- 'wip/**'
- 'wip/2.4'
pull_request:
branches:
- 'wip/**'
- 'wip/2.4'
# We run the build every hour to check for changes in the snapshots
schedule:
# * is a special character in YAML, so you have to quote this string
# Run every hour at minute 25
- cron: '55 * * * *'
- cron: '25 * * * *'
# Allow running this workflow against a specific branch/tag
workflow_dispatch:

Expand Down

0 comments on commit d434528

Please sign in to comment.