mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
show result in pull request
This commit is contained in:
parent
7e13b8aa2e
commit
38a3319ca2
1 changed files with 8 additions and 1 deletions
|
|
@ -1,5 +1,12 @@
|
||||||
name: "Validate Gradle Wrapper"
|
name: "Validate Gradle Wrapper"
|
||||||
on: [push]
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
validation:
|
validation:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue