diff --git a/.github/workflows/build-2.3.yml b/.github/workflows/build-2.3.yml index d7634b6da..344ee1c48 100644 --- a/.github/workflows/build-2.3.yml +++ b/.github/workflows/build-2.3.yml @@ -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: diff --git a/.github/workflows/build-2.4.yml b/.github/workflows/build-2.4.yml index 20b5ad1d3..aedc26274 100644 --- a/.github/workflows/build-2.4.yml +++ b/.github/workflows/build-2.4.yml @@ -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: