Skip to content

Commit 1afdfcc

Browse files
committed
Merge 1.19.2 into 1.19.4
2 parents 49bc941 + 5bd745a commit 1afdfcc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33

44
name: Build mod
55

6-
on: [push, pull_request]
6+
on:
7+
push:
8+
branches:
9+
- '**'
10+
tags-ignore:
11+
- '**'
12+
pull_request:
713

814
jobs:
915
build:

0 commit comments

Comments
 (0)