From 17d99c653b13576c10268a3941eb87f1e82c8c23 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sat, 4 Sep 2021 20:25:44 -0700 Subject: [PATCH] Temporarily comment out GitHub Action --- .github/workflows/main.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 838f17b..4e31cef 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,11 +1,12 @@ name: Build and deploy on: - push: - branches: - - master - pull_request: - branches: - - master + {} + # push: + # branches: + # - master + # pull_request: + # branches: + # - master concurrency: deploy jobs: deploy: