Skip to content

Commit ee5518b

Browse files
committed
Merge remote-tracking branch 'origin/main' into plexus-asm
2 parents 874e595 + 4872d29 commit ee5518b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: build
33

44
on:
55
push:
6-
branches: [ master ]
6+
branches: [ main ]
77
pull_request:
8-
branches: [ master ]
8+
branches: [ main ]
99
workflow_dispatch:
1010

1111
jobs:

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: "CodeQL"
33

44
on:
55
push:
6-
branches: [ master ]
6+
branches: [ main ]
77
pull_request:
8-
branches: [ master ]
8+
branches: [ main ]
99
workflow_dispatch:
1010

1111
jobs:

0 commit comments

Comments
 (0)