build: only build master (push)

This commit is contained in:
Connor Tumbleson 2021-08-28 14:09:55 -04:00 committed by Connor Tumbleson
parent ab6b6a5338
commit 5aba17d81c
1 changed files with 2 additions and 5 deletions

View File

@ -1,11 +1,8 @@
name: CI
on:
push:
paths:
- '**.java'
- '**.gradle'
- 'brut.apktool/apktool-lib/src/main/resources/**'
- '.github/workflows/**'
branches:
- master
pull_request:
paths:
- '**.java'