1
0
mirror of https://github.com/obgm/libcoap.git synced 2025-10-14 02:19:34 +08:00

[CI] rename stable branch to main

This change updates the name of the stable branch in .travis
and .github/main.yml to main.
This commit is contained in:
Olaf Bergmann
2021-04-21 17:54:37 +02:00
parent cc2a3d3d28
commit 27c7d2d4b6
2 changed files with 3 additions and 3 deletions

View File

@@ -3,13 +3,13 @@ name: Build Tests
on:
push:
branches:
- master
- main
- develop
- release-*
- gh-workflows
pull_request:
branches:
- master
- main
- develop
env:

View File

@@ -25,7 +25,7 @@ before_install:
branches:
only:
- master
- main
- develop
- /^release-.*$/
- travis-test