yaml adjustments

This commit is contained in:
Eric Nemchik 2020-07-21 12:08:50 -05:00
parent 1d91e2604f
commit 1cfe0d5679
2 changed files with 6 additions and 5 deletions

View file

@ -18,9 +18,9 @@
############################# #############################
on: on:
push: push:
branches-ignore: branches-ignore: [master]
- 'master' pull_request:
pull_request: [] branches-ignore: []
############### ###############
# Set the Job # # Set the Job #

View file

@ -15,8 +15,9 @@
############################# #############################
on: on:
push: push:
branches: master branches: [master]
pull_request: [] pull_request:
branches-ignore: []
############### ###############
# Set the Job # # Set the Job #