diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..e1907cc --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,15 @@ +name: Test + +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] + +jobs: + + build: + runs-on: ubuntu-latest + steps: + - name: Run + run: echo "running" diff --git a/README.md b/README.md index 7ae2f45..545edbd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +TEST PR DO NOT MERGE # Turnkey docs This repo hosts the documentation hosted at https://docs.turnkey.com. @@ -30,4 +31,4 @@ You can build a docker image running nginx and only a static build of the HTML/C ```sh $ make image -``` \ No newline at end of file +```