diff --git a/.gitea/workflows/build-main.yml b/.gitea/workflows/build-main.yml index a8616cf..3355b39 100644 --- a/.gitea/workflows/build-main.yml +++ b/.gitea/workflows/build-main.yml @@ -6,6 +6,8 @@ on: pull_request: branches: ["main"] + workflow_dispatch: + jobs: build: diff --git a/README.md b/README.md index b63e6bf..46ba7bd 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,6 @@ PluralFlux is a proxybot akin to PluralKit and Tupperbox, but for [Fluxer](https [Sponsor the project](https://github.com/sponsors/pieartsy) -If it's not running at the moment, it's because my computer crashed or something. I'm looking to move running it to a somewhat more permanent solution. - ## Commands All commands are prefixed by `pf;`. Currently only a few are implemented. diff --git a/compose.yaml b/compose.yaml index 6358514..9a89be9 100644 --- a/compose.yaml +++ b/compose.yaml @@ -22,4 +22,5 @@ services: volumes: - pgadmindata:/var/lib/pgadmin volumes: - pgdata: \ No newline at end of file + pgdata: + pgadmindata: \ No newline at end of file