Explicitly run it on all branches
This commit is contained in:
parent
fa76a4e2be
commit
2fe5c088e3
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
|
|
@ -5,6 +5,8 @@ name: Build mod
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
tags-ignore:
|
||||
- '**'
|
||||
pull_request:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user