Skip to content

Commit

Permalink
ci: update when jobs run
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git committed Jun 13, 2024
1 parent 8c6f77d commit b1bdd8c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
push:
branches:
- develop
pull_request:
branches:
- main
- develop

env:
CARGO_TERM_COLOR: always
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ concurrency:
cancel-in-progress: true

on:
push:
branches:
- main
pull_request:
branches:
- main
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/semver_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ concurrency:
cancel-in-progress: true

on:
push:
branches:
- main
pull_request:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ wasm-bindgen-test = "0.3.34"
[features]
default = ["native-tokio"]
native-tokio = ["dep:tokio"]
# If we add support for other runtimes we need to update CI to test each separately (rn tests all features together)
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,5 @@ pub use wrappers::fetch;

// TODO 3: Reexport the client so including reqwest directly is not necessary

// TODO 2: Enable CI to run tests on merge to main
// TODO 3: Create examples in the examples folder and reference them from the
// docs instead of point ppl at the tests

0 comments on commit b1bdd8c

Please sign in to comment.