Skip to content

Commit

Permalink
Changed branch ci to master branch in linting workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobTh98 committed Oct 25, 2023
1 parent 2f4ceeb commit db36e51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint_nb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Linting Notebooks with Black
on:
push:
branches:
- ci # Change this to the repository's main branch
- master # Change this to the repository's main branch
pull_request:
branches:
- ci
- master
jobs:
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit db36e51

Please sign in to comment.