mirror of
https://github.com/revanced/jadb.git
synced 2025-04-29 22:24:33 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ $default-branch ]
|
branches: [ master ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ $default-branch ]
|
branches: [ master ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -22,5 +22,5 @@ jobs:
|
|||||||
java-version: '8'
|
java-version: '8'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
cache: maven
|
cache: maven
|
||||||
- name: Build with Maven
|
- name: maven
|
||||||
run: mvn -B package --file pom.xml
|
run: mvn -B package --file pom.xml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user