Skip to content

Commit 1344b88

Browse files
committed
CI & CD: fix typo in github action in branch name
1 parent 74ac1e8 commit 1344b88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/py_analysis-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: (Py)Analysis & Coverage
22

33
on:
44
pull_request:
5-
branches: [master]
5+
branches: [main]
66
types: [opened, edited, reopened, synchronize]
77
paths:
88
- 'nc_py_api/*.*'
99
- 'tests/nc_py_api/**'
1010
- 'setup.*'
1111
- 'pyproject.toml'
1212
push:
13-
branches: [master]
13+
branches: [main]
1414
paths:
1515
- 'nc_py_api/*.*'
1616
- 'tests/nc_py_api/**'

0 commit comments

Comments
 (0)