File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Deploy gh-pages branch to GitHub Pages
1+ name : Deploy restructure- gh-pages branch to GitHub Pages
22
33on :
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.
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
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
You can’t perform that action at this time.
0 commit comments