Skip to content

Commit

Permalink
Revert "disable ci for now"
Browse files Browse the repository at this point in the history
This reverts commit 5ed9d70.
  • Loading branch information
VZout committed Sep 8, 2023
1 parent ecd4f1a commit ad19894
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
on:
push:
branches:
# - main
- main
- sys-crate
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 ad19894

Please sign in to comment.