Skip to content

Commit 8767d21

Browse files
committed
Update lint_nb.yml
add workflow_dispatch
1 parent 5cb40e6 commit 8767d21

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/lint_nb.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: Linting Notebooks with Black
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- dev # Change this to your repository's main branch
78
pull_request:
89
branches:
9-
- dev
10+
- dev
1011
jobs:
1112
lint:
1213
runs-on: ubuntu-latest
@@ -43,4 +44,4 @@ jobs:
4344
exit 1
4445
else
4546
echo "All notebooks are properly formatted."
46-
fi
47+
fi

0 commit comments

Comments
 (0)