Skip to content

Commit

Permalink
Updated readme to make sure things are building
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrewster committed Jul 16, 2024
1 parent 7edcdb8 commit 023d7c0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches: [main]
paths:
- '**'
- '!k8s-operator/**'
pull_request:
paths:
- '**'
- '!k8s-operator/**'

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ on:
push:
branches: [main]
paths:
- '**'
- '!k8s-operator/**'
- '!webui/**'
workflow_dispatch:
pull_request:
paths:
- '**'
- '!k8s-operator/**'
- '!webui/**'

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_python_with_secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ on:
push:
branches: [main]
paths:
- '**'
- '!k8s-operator/**'
- '!webui/**'
workflow_dispatch:
pull_request_target:
types: [ opened, synchronize ]
paths:
- '**'
- '!k8s-operator/**'
- '!webui/**'

Expand Down
3 changes: 2 additions & 1 deletion sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ Visit [eidolonai.com](https://www.eidolonai.com/) for more details.

## Thanks for your support

Eidolon is completely open source and free to use. [Star 🌟 it on GitHub](https://github.com/eidolon-ai/eidolon) to show your support!
Eidolon is completely open source and free to use. [Star 🌟 it on GitHub](https://github.com/eidolon-ai/eidolon) to show
your support!

0 comments on commit 023d7c0

Please sign in to comment.