Skip to content

Commit

Permalink
Updates: updated GitHub actions - bug fixes, refactors & breaking cha…
Browse files Browse the repository at this point in the history
…nges (v0.2.0)
  • Loading branch information
MikeTeddyOmondi committed Aug 8, 2024
1 parent fc96230 commit 1cd12bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Publish Intasend-rs Docs Image
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master

jobs:
publish:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_crate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Publish Crate
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master

jobs:
publish:
Expand Down

0 comments on commit 1cd12bb

Please sign in to comment.