Skip to content

Commit

Permalink
add CODEOWNERS file (#1)
Browse files Browse the repository at this point in the history
* add CODEOWNERS file

* pr comments

* unblock ci
  • Loading branch information
OmarTawfik authored Dec 24, 2024
1 parent 2f261d4 commit a79c671
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @github/semantic-code
* @NomicFoundation/Slang @NomicFoundation/SlangExtended
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Continuous integration
on:
push:
branches: [main]
# branches: [main] # __NOMIC_FOUNDATION_FORK__ (run on push to any branch)
pull_request:
schedule:
- cron: "0 0 1,15 * *"
Expand Down

0 comments on commit a79c671

Please sign in to comment.