From ad19894713b19c8930a679fc6fbf44588e6d9694 Mon Sep 17 00:00:00 2001 From: VZout Date: Fri, 8 Sep 2023 11:56:31 +0200 Subject: [PATCH] Revert "disable ci for now" This reverts commit 5ed9d704ea7ceed4fe22c179f9fdaf8f37d40a5d. --- .github/workflows/ci.yml | 3 ++- .github/workflows/rustdoc-pages.yml | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4db5140..6aec10f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,8 @@ on: push: branches: - # - main + - main + - sys-crate tags: - "*" pull_request: diff --git a/.github/workflows/rustdoc-pages.yml b/.github/workflows/rustdoc-pages.yml index 93bf42a..33c58dc 100644 --- a/.github/workflows/rustdoc-pages.yml +++ b/.github/workflows/rustdoc-pages.yml @@ -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