Updated the CI/CD scripts.

This commit is contained in:
Cotes Chung 2020-07-25 22:26:15 +08:00
parent aa23becd14
commit 32bd36f016
2 changed files with 1 additions and 3 deletions

View file

@ -1,8 +1,6 @@
name: 'Continuous Integration' name: 'Continuous Integration'
on: on:
push: push:
branches-ignore:
- stable
tags-ignore: tags-ignore:
- '*' - '*'
paths-ignore: paths-ignore:

View file

@ -23,7 +23,7 @@ script:
- bash _cibuild.sh - bash _cibuild.sh
branches: branches:
only: stable only: master
git: git:
depth: false # for posts lastmod depth: false # for posts lastmod