Skip to content

Commit 56bc797

Browse files
committed
Merge branch 'develop' into 'main'
Develop See merge request weave/pydv!203
2 parents 50b79e0 + c7daebc commit 56bc797

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Build and Test
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ main ]
99
pull_request:
10-
branches: [ master ]
10+
branches: [ main ]
1111

1212
jobs:
1313
build:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33

44
on:
55
push:
6-
branches: [ master ]
6+
branches: [ main ]
77

88
jobs:
99
release:

0 commit comments

Comments
 (0)