From 57735004af27b6f5602e9829d8abf372b667a809 Mon Sep 17 00:00:00 2001 From: Chakradhar Rao Jonagam Date: Mon, 28 Sep 2020 22:25:41 -0700 Subject: [PATCH] Create master.yml --- .github/workflows/master.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/master.yml diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml new file mode 100644 index 0000000..8518c01 --- /dev/null +++ b/.github/workflows/master.yml @@ -0,0 +1,20 @@ +name: Build and Deploy in Staging +on: + push: + branches: [ master ] + + release: + types: + - edited + - prereleased + - released + +jobs: + + build: + name: Build + if: github.event.action != 'released' + runs-on: ubuntu-latest + steps: + - run: | + echo "test"