Skip to content

Commit

Permalink
chore: rename master to stable (#969)
Browse files Browse the repository at this point in the history
* chore: rename master to main

* chore: rename main to stable
  • Loading branch information
WikiRik authored Jul 28, 2023
1 parent 7425d91 commit 8e1f12a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ workflows:
- build:
filters:
branches:
ignore: master
ignore: stable
test:
jobs:
- test
Expand All @@ -232,13 +232,13 @@ workflows:
- docker-build-and-push:
filters:
branches:
only: master
only: stable
audit:
triggers:
- schedule:
cron: "0 0 * * 5"
filters:
branches:
only: master
only: stable
jobs:
- audit
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ name: "CodeQL"

on:
push:
branches: [master]
branches: [stable]
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
branches: [stable]
schedule:
- cron: '24 5 * * 5'

Expand Down
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"release": {
"branches": ["master"]
"branches": ["stable"]
},
"plugins": [
"@semantic-release/commit-analyzer",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Events module

**master**: [![Build Status](https://travis-ci.org/AEGEE/events.svg)](https://travis-ci.org/AEGEE/events/)
**stable**: [![Build Status](https://travis-ci.org/AEGEE/events.svg)](https://travis-ci.org/AEGEE/events/)
![Codecov branch for dev](https://img.shields.io/codecov/c/github/AEGEE/events.svg)

**dev**: [![Build Status](https://travis-ci.org/AEGEE/events.svg?branch=dev)](https://travis-ci.org/AEGEE/events/dev)
Expand Down

0 comments on commit 8e1f12a

Please sign in to comment.