Create build-addr.yml

This commit is contained in:
gently 2019-12-26 10:06:33 +08:00 committed by GitHub
parent d21b3c8325
commit 7ca88b8aac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

19
.github/workflows/build-addr.yml vendored Normal file
View File

@ -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.