Switch back to specified branches

This commit is contained in:
object-Object 2023-09-10 11:00:45 -04:00
parent c24074f5b6
commit 0aeda9c2c8
2 changed files with 3 additions and 6 deletions

View file

@ -2,6 +2,9 @@ name: Build the web book
on:
push:
branches:
- main
- docgen-2-1.20 # TODO: remove
workflow_dispatch:
inputs:
branch:
@ -44,11 +47,6 @@ concurrency:
jobs:
build:
runs-on: ubuntu-latest
# only execute on the default branch or when invoked manually
if: |-
github.event_name == 'workflow_dispatch' ||
github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View file

@ -1,4 +1,3 @@
- [ ] Rewrite the JS code in TypeScript, because I'm going insane trying to modify this
- [ ] Unit test for mock addon book
- [ ] Re-add edified wood recipe to [Common/src/main/resources/assets/hexcasting/patchouli_books/thehexbook/en_us/entries/items/edified.json](items/edified) when it actually exists
- [ ] Fix mobile styling for navbar dropdowns