Skip to content

Commit 0fc1daa

Browse files
authored
Merge pull request #7 from FTBTeam/1.19/dev
build: update branch filter to match the '/' character
2 parents 0bc5fd0 + 1f1f438 commit 0fc1daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Java CI - Build on Push
22

33
on:
44
push:
5-
branches: [ main, dev, "1.*" ]
5+
branches: [ main, dev, "1.**" ]
66
workflow_dispatch:
77
inputs:
88
skip_maven_publish:

0 commit comments

Comments
 (0)