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 cbb31bb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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

0 comments on commit cbb31bb

Please sign in to comment.