Skip to content

Commit

Permalink
ci: Update for main branch rename
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed Mar 21, 2024
1 parent de09d73 commit ccd1d39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build and run tests
on:
pull_request:
branches:
- master
- main
push:
branches:
- master
- main

jobs:
build-yosys:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Compiler testing
on:
pull_request:
branches:
- master
- main
push:
branches:
- master
- main

jobs:
test-compile:
Expand Down

0 comments on commit ccd1d39

Please sign in to comment.