Skip to content

Commit

Permalink
fix: rename ci main branch (#38)
Browse files Browse the repository at this point in the history
mhl-ordum is now `main`
old `main` was renamed into `mhl-main`
  • Loading branch information
TriplEight authored Sep 13, 2023
1 parent c5d1049 commit f496669
Showing 1 changed file with 2 additions and 2 deletions.
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: [ mhl-ordum ]
branches: [ main ]
pull_request:
branches: [ mhl-ordum ]
branches: [ main ]

jobs:
build:
Expand Down

0 comments on commit f496669

Please sign in to comment.