diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index d277eb4..1e83bb0 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -4,6 +4,7 @@ on: push: branches: - main + workflow_dispatch: jobs: publish: diff --git a/package.json b/package.json index be6590f..be0a9f2 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "@BridgemanAccessible/ba-web-framework", "version": "1.0.12", "description": "A framework for web apps built atop Node, Express and other libraries and utilties that makes creating and maintaining Bridgeman Accessible web apps easier.", - "author": "Bridgeman Accessible ", + "repository": "https://git.bridgemanaccessible.ca/Bridgeman-Accessible/ba-web-framework.git", "license": "MIT", "main": "./index.ts", "scripts": {