Skip to content

Commit 8fb2ff8

Browse files
committed
Update pipeline info
1 parent 6062753 commit 8fb2ff8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test-package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Test python package
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66
pull_request:
7-
branches: [master]
7+
branches: [main]
88
workflow_call:
99

1010
jobs:

nwastdlib/debugging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
def start_debugger() -> None:
2121
"""Start a debug server for VSCode/PyCharm to attach to, if configured.
2222
23-
For usage see https://github.com/workfloworchestrator/nwa-stdlib/blob/master/docs/debugging.md
23+
For usage see https://github.com/workfloworchestrator/nwa-stdlib/blob/main/docs/debugging.md
2424
"""
2525
if nwa_settings.DEBUG_VSCODE:
2626
import debugpy # noqa: T100

0 commit comments

Comments
 (0)