Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit a79c671

Browse files
authored
add CODEOWNERS file (#1)
* add CODEOWNERS file * pr comments * unblock ci
1 parent 2f261d4 commit a79c671

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @github/semantic-code
1+
* @NomicFoundation/Slang @NomicFoundation/SlangExtended

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Continuous integration
22
on:
33
push:
4-
branches: [main]
4+
# branches: [main] # __NOMIC_FOUNDATION_FORK__ (run on push to any branch)
55
pull_request:
66
schedule:
77
- cron: "0 0 1,15 * *"

0 commit comments

Comments
 (0)