Skip to content

Commit

Permalink
feat(other): renaming default branch to main (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
cayacdev authored Apr 8, 2023
1 parent ea011da commit d37fbc7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ name: "CodeQL"

on:
push:
branches: [ master ]
branches: [ main ]
paths:
- 'frontend/**'
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches: [ main ]
paths:
- 'frontend/**'
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release please
on:
push:
branches:
- master
- main

jobs:
release-please:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![CodeQL PHP](https://github.com/cayacdev/cashbox/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/cayacdev/cashbox/actions/workflows/codeql-analysis.yml)
[![Backend Tests](https://github.com/cayacdev/cashbox/actions/workflows/backend_tests.yml/badge.svg)](https://github.com/cayacdev/cashbox/actions/workflows/backend_tests.yml)
[![Frontend Tests](https://github.com/cayacdev/cashbox/actions/workflows/frontend_tests.yml/badge.svg)](https://github.com/cayacdev/cashbox/actions/workflows/frontend_tests.yml)
[![codecov](https://codecov.io/gh/cayacdev/cashbox/branch/master/graph/badge.svg?token=SWJO8H1U9H)](https://codecov.io/gh/cayacdev/cashbox)
[![codecov](https://codecov.io/gh/cayacdev/cashbox/branch/main/graph/badge.svg?token=SWJO8H1U9H)](https://codecov.io/gh/cayacdev/cashbox)

# CashBox Application

Expand Down

0 comments on commit d37fbc7

Please sign in to comment.