Skip to content

Commit d51c764

Browse files
committed
Fix: master, not main
1 parent 6b9d698 commit d51c764

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/native.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: native
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:
@@ -59,4 +59,4 @@ jobs:
5959
run: make test-1
6060

6161
- name: Test - 2 processes
62-
run: make test-2
62+
run: make test-2

0 commit comments

Comments
 (0)