feat: More readme, also removes ci from dev branch and only runs for pulls and pushes to main.

This commit is contained in:
2024-12-18 14:47:32 -05:00
parent 2944a1293f
commit 1ce25c93f3
2 changed files with 4 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
name: CI name: CI
on: on:
push: push:
branches: ["main", "dev"] branches: ["main"]
pull_request: pull_request:
jobs: jobs:

View File

@@ -38,6 +38,9 @@ It will also download an ansible-playbook that is used to generate output files,
repositories, and encrypt / decrypt variable files. The playbook get's installed to repositories, and encrypt / decrypt variable files. The playbook get's installed to
`~/.local/share/hpa/playbook`. `~/.local/share/hpa/playbook`.
> NOTE: All commands accept a `--help` option which will display the arguments and options a command
> can use, along with example usage of the commands.
### Configure the application. ### Configure the application.
When you first download the application you can setup the configuration file for your use case. When you first download the application you can setup the configuration file for your use case.