Skip to content

Commit 2e87594

Browse files
committed
ci: update master branch filters
1 parent e50d26e commit 2e87594

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codesee-arch-diagram.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55
pull_request_target:
66
types: [opened, synchronize, reopened]
77

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch: # Allow manual trigger
44
push: # Build & release on tags
55
branches:
6-
- master
6+
- main
77
tags:
88
- 'v*'
99

0 commit comments

Comments
 (0)