From eb8c87925d9f822553ea371695e23a6e68582ff3 Mon Sep 17 00:00:00 2001 From: phoeniexymz Date: Tue, 9 Mar 2021 09:55:11 -0800 Subject: [PATCH] Create test.yml --- .github/workflows/test.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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..2309083 --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,9 @@ +name: hello +on: [workflow_dispatch, push] +environment: staging_environment +jobs: + build: + runs-on: self-hosted + steps: + - uses: actions/checkout@v2 + - run: echo Hello, world!