Skip to content

Commit eb6d2b8

Browse files
committed
Updated the CI/CD scripts.
1 parent d56b71f commit eb6d2b8

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: 'Continuous Integration'
22
on:
33
push:
4-
branches-ignore:
5-
- stable
64
tags-ignore:
75
- '*'
86
paths-ignore:

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ script:
2323
- bash _cibuild.sh
2424

2525
branches:
26-
only: stable
26+
only: master
2727

2828
git:
2929
depth: false # for posts lastmod

0 commit comments

Comments
 (0)