Skip to content

Commit

Permalink
[CI] fix branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hexdae committed Apr 4, 2024
1 parent 6f33bf6 commit 412d36b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: BRE

on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]
workflow_dispatch:

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]
workflow_dispatch:

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">

<a href="https://github.com/hexdae/toolchains_riscv_gnu/blob/master/LICENSE">
<a href="https://github.com/hexdae/toolchains_riscv_gnu/blob/main/LICENSE">
<img alt="GitHub license" src="https://img.shields.io/github/license/hexdae/toolchains_riscv_gnu?color=success">
</a>

Expand Down

0 comments on commit 412d36b

Please sign in to comment.