Skip to content

Commit

Permalink
chore: tmp disable GitHub Actions on the develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
louistiti committed Jun 30, 2022
1 parent 86d5040 commit 8996761
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Build

on:
push:
branches: [master, develop]
# branches: [master, develop]
branches: [master]
pull_request:
branches: [master, develop]
# branches: [master, develop]
branches: [master]

jobs:
build:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Lint

on:
push:
branches: [master, develop]
# branches: [master, develop]
branches: [master]
pull_request:
branches: [master, develop]
# branches: [master, develop]
branches: [master]

jobs:
lint:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Tests

on:
push:
branches: [master, develop]
# branches: [master, develop]
branches: [master]
pull_request:
branches: [master, develop]
# branches: [master, develop]
branches: [master]

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<br>
<h2 align="center">📢 Notice 📢</h2>
<p align="center">The next version requires long development. You can check what is happening under <a href="https://github.com/leon-ai/leon/tree/from-modules-to-skills">this branch</a>.
<p align="center">The next version requires long development. You can check what is happening under <a href="https://github.com/leon-ai/leon/tree/develop">this branch</a>.
<br><br>

---
Expand Down

0 comments on commit 8996761

Please sign in to comment.