fix base url issues

This commit is contained in:
2023-08-19 16:04:07 -07:00
parent d0166b1db9
commit 92a9fe5685
6 changed files with 17 additions and 17 deletions

View File

@@ -2,10 +2,10 @@
name: Build and publish
on:
# - workflow_dispatch
push:
branches:
- master
- workflow_dispatch
# push:
# branches:
# - master
jobs:
build-and-publish:

View File

@@ -2,9 +2,9 @@
name: Build and test
on:
# push:
# branches:
# - master
push:
branches:
- master
pull_request:
branches:
- master