Update GitHub action to allow manual deployment from any branch

This commit is contained in:
Mathias Malmqvist
2025-10-02 17:59:28 +02:00
committed by dualshock-tools
parent e4d450c1c8
commit 28604b0e36
2 changed files with 2 additions and 4 deletions

View File

@@ -3,9 +3,7 @@ name: Build and Deploy to GitHub Pages
on: on:
push: push:
branches: branches:
- main - "**"
- build-dist-with-gulp
- release-2-16
workflow_dispatch: workflow_dispatch:
inputs: inputs:
deploy: deploy:

View File

@@ -318,7 +318,7 @@
<footer class="fixed-bottom bg-body-tertiary border-top"> <footer class="fixed-bottom bg-body-tertiary border-top">
<div class="container"> <div class="container">
<div class="d-flex flex-column flex-sm-row justify-content-between py-3" id="footbody"> <div class="d-flex flex-column flex-sm-row justify-content-between py-3" id="footbody">
<p class="mb-0"><a target="_blank" href="https://github.com/dualshock-tools/dualshock-tools.github.io/commits/main/"><span class="ds-i18n">Version</span> 2.17</a> (2025-09-28) - <a href="#" class="ds-i18n" onclick="show_donate_modal();">Support this project</a>&nbsp;<span id="authorMsg"></span></p> <p class="mb-0"><a target="_blank" href="https://github.com/dualshock-tools/dualshock-tools.github.io/commits/main/"><span class="ds-i18n">Version</span> 2.18 beta 1</a> (2025-10-02) - <a href="#" class="ds-i18n" onclick="show_donate_modal();">Support this project</a>&nbsp;<span id="authorMsg"></span></p>
<ul class="list-unstyled d-flex mb-0"> <ul class="list-unstyled d-flex mb-0">
<li class="ms-3"><a class="link-body-emphasis" href="mailto:ds4@the.al" target="_blank"><svg class="bi" width="24" height="24"><use xlink:href="#mail"/></svg></a></li> <li class="ms-3"><a class="link-body-emphasis" href="mailto:ds4@the.al" target="_blank"><svg class="bi" width="24" height="24"><use xlink:href="#mail"/></svg></a></li>