Skip to content

Commit

Permalink
[hibernate#2044] Enable GitHub workflows on different branches
Browse files Browse the repository at this point in the history
Include 2.* and 3.* branches and tags (before it was only the WIP ones)
  • Loading branch information
DavideD committed Dec 19, 2024
1 parent 3eb4d5f commit 35bd847
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@ on:
branches:
- 'main'
- 'wip/**'
- '2.*'
- '3.*'
tags:
- '2.*'
- '3.*'
pull_request:
branches:
- 'main'
- 'wip/**'
- '2.*'
- '3.*'
# For building snapshots
workflow_call:
inputs:
Expand Down

0 comments on commit 35bd847

Please sign in to comment.