Skip to content

Commit 55eb502

Browse files
committed
gh-pages: change workflow branch for testing
1 parent 6173c2d commit 55eb502

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish-website.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Deploy gh-pages branch to GitHub Pages
1+
name: Deploy restructure-gh-pages branch to GitHub Pages
22

33
on:
44
push:
55
branches:
6-
- "gh-pages"
6+
- "restructure-gh-pages"
77
# Do a dry-run (update, no deploy) for PRs.
88
pull_request:
99
# Allow running this workflow manually from the Actions tab.
@@ -27,7 +27,7 @@ jobs:
2727
# if: github.repository == 'PHPCSStandards/PHP_CodeSniffer' # // TODO: Uncomment when done testing
2828
runs-on: ubuntu-latest
2929
steps:
30-
# By default use the `gh-pages` branch.
30+
# By default use the `restructure-gh-pages` branch.
3131
# For testing changes to the workflow or the scripts, use the PR branch
3232
# to have access to the latest version of the workflow/scripts.
3333
- name: Determine branch to use
@@ -38,7 +38,7 @@ jobs:
3838
if [ "${{ github.event_name }}" == "pull_request" ]; then
3939
echo "BRANCH=$REF" >> "$GITHUB_OUTPUT"
4040
else
41-
echo 'BRANCH=gh-pages' >> "$GITHUB_OUTPUT"
41+
echo 'BRANCH=restructure-gh-pages' >> "$GITHUB_OUTPUT"
4242
fi
4343
4444
- name: Checkout code

0 commit comments

Comments
 (0)