Skip to content

Commit a55dd24

Browse files
authored
Merge pull request #131 from Yelp/minor-gh-improvements
2 parents d7e75e8 + 38a61e3 commit a55dd24

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Validate Gradle Wrapper
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
- master
6+
pull_request:
7+
branches:
8+
- '*'
39

410
jobs:
511
validation:

.github/workflows/pre-merge.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
name: Pre Merge Checks
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
- master
6+
pull_request:
7+
branches:
8+
- '*'
39

410
jobs:
511
gradle:
612
strategy:
13+
fail-fast: false
714
matrix:
815
os: [ubuntu-latest, macos-latest, windows-latest]
916
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)