Skip to content

Commit

Permalink
[CI] rename stable branch to main
Browse files Browse the repository at this point in the history
This change updates the name of the stable branch in .travis
and .github/main.yml to main.
  • Loading branch information
obgm committed Apr 21, 2021
1 parent cc2a3d3 commit 27c7d2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: Build Tests
on:
push:
branches:
- master
- main
- develop
- release-*
- gh-workflows
pull_request:
branches:
- master
- main
- develop

env:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ before_install:

branches:
only:
- master
- main
- develop
- /^release-.*$/
- travis-test
Expand Down

0 comments on commit 27c7d2d

Please sign in to comment.