Skip to content

Commit

Permalink
Update CI for updated branch name (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymzh committed Jan 12, 2024
1 parent 2df25a4 commit b6e0827
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -2,9 +2,9 @@ name: Build

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

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Expand Up @@ -2,9 +2,9 @@ name: Lint

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

jobs:
markdownlint:
Expand Down

0 comments on commit b6e0827

Please sign in to comment.