Skip to content

Commit 7ec2ef1

Browse files
committed
fix: use proper branch
1 parent 078c2db commit 7ec2ef1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ARM.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
tags:
66
- "*"
77
branches:
8-
- master
8+
- main
99
pull_request:
1010

1111
jobs:

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
tags:
66
- "*"
77
branches:
8-
- master
8+
- main
99
pull_request:
1010

1111

0 commit comments

Comments
 (0)