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 87361ff commit 7679e6a
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,11 +5,16 @@ on:
branches:
- 'main'
- 'wip/**'
- '2.*'
- '3.*'
tags:
- '2.*'
- '3.*'
pull_request:
branches:
- 'main'
- '2.*'
- '3.*'
- 'wip/**'
# For building snapshots
workflow_call:
Expand Down

0 comments on commit 7679e6a

Please sign in to comment.