Skip to content

Commit 90a1332

Browse files
osvegnsfonteneau
authored andcommitted
Fix github workflow trigger branch to master
1 parent f22d917 commit 90a1332

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/upsync-linux.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Build Upsync Linux
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
pull_request:
88
branches:
9-
- main
9+
- master
1010
workflow_dispatch:
1111

1212
jobs:

.github/workflows/upsync-windows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Build Upsync Windows
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
pull_request:
88
branches:
9-
- main
9+
- master
1010
workflow_dispatch:
1111

1212
jobs:

0 commit comments

Comments
 (0)