From 7ca88b8aace885dc6a9850472ea5af119ff24bed Mon Sep 17 00:00:00 2001 From: gently Date: Thu, 26 Dec 2019 10:06:33 +0800 Subject: [PATCH] Create build-addr.yml --- .github/workflows/build-addr.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/build-addr.yml diff --git a/.github/workflows/build-addr.yml b/.github/workflows/build-addr.yml new file mode 100644 index 00000000..3fb34c19 --- /dev/null +++ b/.github/workflows/build-addr.yml @@ -0,0 +1,19 @@ +name: CI + +on: + push: + branches: + - dev + schedule: + - cron: "1 13 */6 * *" +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - name: Run start.sh + run: | + ls -l + pwd + php -v + echo test, and deploy your project.