Actions should build all branches.

This commit is contained in:
IzzelAliz 2020-08-17 20:49:18 +08:00
parent 78be5078fa
commit e6e9813f60

View File

@ -5,9 +5,11 @@ name: Java CI with Gradle
on:
push:
branches: [ master ]
branches:
- '**'
pull_request:
branches: [ master ]
branches:
- '**'
jobs:
build: