Skip to content

Commit

Permalink
disable ci for now
Browse files Browse the repository at this point in the history
  • Loading branch information
VZout committed May 30, 2023
1 parent 575c2e6 commit 5ed9d70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
on:
push:
branches:
- main
- sys-crate
# - main
tags:
- "*"
pull_request:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/rustdoc-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
# You must also go to the Pages settings for your repo and set it to serve from Actions for this to work
name: Publish Docs

on:
workflow_dispatch:
push:
branches: ["main"]
#on:
#workflow_dispatch:
#push:
#branches: ["main"]

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 5ed9d70

Please sign in to comment.