Skip to content

Commit

Permalink
feat: test
Browse files Browse the repository at this point in the history
Signed-off-by: Jawad Tariq <[email protected]>
  • Loading branch information
JDawg287 committed Mar 12, 2024
1 parent c87d4b0 commit ba27710
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/contract-analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Contracts - Analyze

on:
push:
branches: 'main'
branches: 'feat/TP-888'
pull_request:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/contract-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Contracts - Build

on:
push:
branches: 'main'
branches: 'feat/TP-888'
pull_request:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/contract-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Contracts - Format

on:
push:
branches: 'main'
branches: 'feat/TP-888'
pull_request:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/contract-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Contracts - Lint

on:
push:
branches: 'main'
branches: 'feat/TP-888'
pull_request:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/contract-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Contracts - Test

on:
push:
branches: 'main'
branches: 'feat/TP-888'
pull_request:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/topos-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Topos - Coverage
on:
push:
branches:
- main
- feat/TP-888
paths: crates/**
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/topos-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Topos - Build and host documentation on GH pages
on:
push:
branches:
- main
- feat/TP-888

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/topos-docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Topos - Docker build and push

on:
push:
branches: [main, debug/**]
branches: [main, debug/**, feat/TP-888]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/topos-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Topos - Quality
on:
push:
branches:
- main
- feat/TP-888
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Topos - Sequencer Topos Core Contract interaction test

on:
push:
branches: [main]
branches: [main, feat/TP-888]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/topos-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Topos - Test
on:
push:
branches:
- main
- feat/TP-888
pull_request:
types: [opened, synchronize, reopened, ready_for_review]

Expand Down

0 comments on commit ba27710

Please sign in to comment.