Skip to content

Commit

Permalink
Enable CI workflows (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Jul 27, 2023
1 parent 8fa56d9 commit 6617d81
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bindings-nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Nodejs bindings checks

on:
push:
branches: [develop, production]
branches: [develop, production, 1.1]
paths:
- ".github/actions/**"
- "**.rs" # Include all rust files
Expand All @@ -15,7 +15,7 @@ on:
- "bindings/nodejs/**"
- ".github/workflows/bindings-nodejs.yml"
pull_request:
branches: [develop, production]
branches: [develop, production, 1.1]
paths:
- ".github/actions/**"
- "**.rs" # Include all rust files
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bindings-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Python bindings checks

on:
push:
branches: [develop, production]
branches: [develop, production, 1.1]
paths:
- ".github/actions/**"
- "**.rs" # Include all rust files
Expand All @@ -15,7 +15,7 @@ on:
- "bindings/python/**"
- ".github/workflows/bindings-python.yml"
pull_request:
branches: [develop, production]
branches: [develop, production, 1.1]
paths:
- ".github/actions/**"
- "**.rs" # Include all rust files
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bindings-wallet-nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Nodejs bindings checks (wallet)

on:
push:
branches: [develop, production]
branches: [develop, production, 1.1]
paths:
- ".github/actions/**"
- "**.rs" # Include all rust files
Expand All @@ -16,7 +16,7 @@ on:
- ".github/workflows/bindings-wallet-nodejs.yml"
- ".patches/*"
pull_request:
branches: [develop, production]
branches: [develop, production, 1.1]
paths:
- ".github/actions/**"
- "**.rs" # Include all rust files
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bindings-wasm.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Wasm bindings checks
on:
push:
branches: [develop, production]
branches: [develop, production, 1.1]
paths:
- ".github/actions/**"
- "**.rs" # Include all rust files
Expand All @@ -15,7 +15,7 @@ on:
- "bindings/nodejs/**"
- ".github/workflows/bindings-wasm.yml"
pull_request:
branches: [develop, production]
branches: [develop, production, 1.1]
paths:
- ".github/actions/**"
- "**.rs" # Include all rust files
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Run Tests

on:
push:
branches: [develop, production]
branches: [develop, production, 1.1]
paths:
- ".github/workflows/build-and-test.yml"
- ".github/actions/**"
Expand All @@ -11,7 +11,7 @@ on:
- "**Cargo.lock" # Include all Cargo.lock files
- "!**/bindings/**" # Exclude all bindings
pull_request:
branches: [develop, production]
branches: [develop, production, 1.1]
paths:
- ".github/workflows/build-and-test.yml"
- ".github/actions/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test coverage

on:
push:
branches: [develop, production]
branches: [develop, production, 1.1]
paths:
- ".github/workflows/coverage.yml"
- ".github/actions/**"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Linting
on:
push:
branches: [develop, production]
branches: [develop, production, 1.1]
paths:
- ".github/workflows/lint.yml"
- ".github/actions/**"
Expand All @@ -10,7 +10,7 @@ on:
- "**Cargo.lock" # Include all Cargo.lock files
- "!**/bindings/**" # Exclude all bindings
pull_request:
branches: [develop, production]
branches: [develop, production, 1.1]
paths:
- ".github/workflows/lint.yml"
- ".github/actions/**"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/private-tangle-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and run specific tests on a private tangle

on:
push:
branches: [develop, production]
branches: [develop, production, 1.1]
paths:
- ".github/workflows/private-tangle-tests.yml"
- ".github/actions/**"
Expand All @@ -13,7 +13,7 @@ on:
- "**Cargo.lock"
- "!cli/**" # Exclude CLI
pull_request:
branches: [develop, production]
branches: [develop, production, 1.1]
paths:
- ".github/workflows/private-tangle-tests.yml"
- ".github/actions/**"
Expand Down

0 comments on commit 6617d81

Please sign in to comment.