mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-06 12:47:03 +01:00
Merge pull request #2528 from iBotPeaches/action-fix
build: support actions on prs or pushes
This commit is contained in:
commit
a8f87a8b16
6
.github/workflows/codeql-analysis.yml
vendored
6
.github/workflows/codeql-analysis.yml
vendored
@ -2,13 +2,13 @@ name: "CodeQL"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- '**.java'
|
||||
- '**.gradle'
|
||||
- 'brut.apktool/apktool-lib/src/main/resources/**'
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- '**.java'
|
||||
- '**.gradle'
|
||||
@ -22,7 +22,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
language: [ 'java' ]
|
||||
language: ['java']
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -1,6 +1,13 @@
|
||||
name: CI
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- '**.java'
|
||||
- '**.gradle'
|
||||
- 'brut.apktool/apktool-lib/src/main/resources/**'
|
||||
pull_request:
|
||||
paths:
|
||||
- '**.java'
|
||||
- '**.gradle'
|
||||
|
Loading…
Reference in New Issue
Block a user