mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-02-02 11:43:00 +08:00
Create build-addr.yml
This commit is contained in:
parent
d21b3c8325
commit
7ca88b8aac
19
.github/workflows/build-addr.yml
vendored
Normal file
19
.github/workflows/build-addr.yml
vendored
Normal 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.
|
Loading…
Reference in New Issue
Block a user