Skip to content

Commit aa0eda4

Browse files
Fix release flow
Signed-off-by: Peter Wielander <mittgfu@gmail.com>
1 parent cb4a4b6 commit aa0eda4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66
pull_request:
77

88
jobs:

.github/workflows/release.yml

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

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66

77
concurrency: ${{ github.workflow }}-${{ github.ref }}
88

0 commit comments

Comments
 (0)