mirror of
https://github.com/revanced/jadb.git
synced 2025-04-29 14:14:31 +02:00
use "master" in triggers
This commit is contained in:
parent
3207c50778
commit
469604206b
6
.github/workflows/maven.yml
vendored
6
.github/workflows/maven.yml
vendored
@ -5,9 +5,9 @@ name: Java CI with Maven
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ $default-branch ]
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ $default-branch ]
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -22,5 +22,5 @@ jobs:
|
||||
java-version: '8'
|
||||
distribution: 'temurin'
|
||||
cache: maven
|
||||
- name: Build with Maven
|
||||
- name: maven
|
||||
run: mvn -B package --file pom.xml
|
||||
|
Loading…
x
Reference in New Issue
Block a user