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:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -3,13 +3,13 @@ name: Build Tests
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
- develop
|
||||
- release-*
|
||||
- gh-workflows
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
- develop
|
||||
|
||||
env:
|
||||
|
@@ -25,7 +25,7 @@ before_install:
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- main
|
||||
- develop
|
||||
- /^release-.*$/
|
||||
- travis-test
|
||||
|
Reference in New Issue
Block a user