Skip to content

Commit

Permalink
Updated the CI/CD scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
cotes2020 committed Jul 25, 2020
1 parent 3190c5e commit 3419cef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: 'Continuous Integration'
on:
push:
branches-ignore:
- stable
tags-ignore:
- '*'
paths-ignore:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ script:
- bash _cibuild.sh

branches:
only: stable
only: master

git:
depth: false # for posts lastmod
Expand Down

0 comments on commit 3419cef

Please sign in to comment.