summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/main.yml2
-rwxr-xr-xpublish-from-actions.sh1
2 files changed, 2 insertions, 1 deletions
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" && \