From 7d9f7f7387eb9e2d6ef2882e44df4c920b41044f Mon Sep 17 00:00:00 2001 From: Arnaud Brousseau Date: Tue, 13 Feb 2024 08:52:29 -0600 Subject: [PATCH] Add a working workflow --- .github/workflows/test.yml | 15 +++++++++++++++ README.md | 3 ++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/test.yml 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 +```