From 1cfe0d5679208fc719b6c972e441b10ed3d1e9a9 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Tue, 21 Jul 2020 12:08:50 -0500 Subject: [PATCH] yaml adjustments --- .github/workflows/deploy-DEV.yml | 6 +++--- .github/workflows/stack-linter.yml | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-DEV.yml b/.github/workflows/deploy-DEV.yml index 010d395e..7b524a22 100644 --- a/.github/workflows/deploy-DEV.yml +++ b/.github/workflows/deploy-DEV.yml @@ -18,9 +18,9 @@ ############################# on: push: - branches-ignore: - - 'master' - pull_request: [] + branches-ignore: [master] + pull_request: + branches-ignore: [] ############### # Set the Job # diff --git a/.github/workflows/stack-linter.yml b/.github/workflows/stack-linter.yml index d301d0c4..8337c088 100644 --- a/.github/workflows/stack-linter.yml +++ b/.github/workflows/stack-linter.yml @@ -15,8 +15,9 @@ ############################# on: push: - branches: master - pull_request: [] + branches: [master] + pull_request: + branches-ignore: [] ############### # Set the Job #