From f270470a3f3325f6308d695abfcf9da9baad9f85 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Tue, 24 Dec 2019 16:43:17 -0500 Subject: [PATCH] updated --- .github/workflows/main.yml | 2 +- publish-from-actions.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 244d337..aeba7c2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,7 @@ name: Publish One Click Apps on: push: - branches: [master_goes_here] + branches: [master] jobs: build: diff --git a/publish-from-actions.sh b/publish-from-actions.sh index acf95c8..d7f41f6 100755 --- a/publish-from-actions.sh +++ b/publish-from-actions.sh @@ -43,6 +43,7 @@ if [[ "$REPONAME" == "$GHIO" ]]; then else REMOTE_BRANCH="gh-pages" fi && \ +REMOTE_BRANCH="test-publish-pages" git init && \ git config user.name "${GITHUB_ACTOR}" && \ git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" && \