Skip to content

Commit

Permalink
📝 Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukacan committed Aug 14, 2024
1 parent d7d555e commit cce993c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:
branches:
- develop
- master

jobs:
build:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
on:
workflow_dispatch:
pull_request:
push:
branches: [master]

name: Lint crates

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/run_examples.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
on:
workflow_dispatch:
pull_request:
push:
branches: [master]

name: Test Escrow

Expand Down
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ incremented upon a breaking change and the patch version will be incremented for

## [dev] - Unreleased


## [0.7.0] - 2024-08-14
### Added
- impr/ add feature flag to the AccountsSnapshots macro ([183](https://github.com/Ackee-Blockchain/trident/pull/183))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
To initialize {{ config.site_name }} and generate all-suite test templates, navigate to your project's root directory and run

```bash
trident init
trident init both
```

The command will generate the following folder structure:
Expand Down

0 comments on commit cce993c

Please sign in to comment.