From 5c88642a27e6c330a5c795898c0de7f3b4c0cd8d Mon Sep 17 00:00:00 2001 From: Alexandre Gramfort Date: Tue, 21 Apr 2020 12:00:03 +0200 Subject: fix? --- .github/workflows/main.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to '.github') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 07686d9..7153fe6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,13 +1,4 @@ -on: - push: - branches: - - '**' - create: - branches: - - 'master' - tags: - - '**' - +on: [status] jobs: circleci_artifacts_redirector_job: runs-on: ubuntu-latest @@ -17,5 +8,5 @@ jobs: uses: larsoner/circleci-artifacts-redirector-action@master with: repo-token: ${{ secrets.GITHUB_TOKEN }} - artifact-path: 0/docs/build/html/index.html + artifact-path: 0/dev/index.html circleci-jobs: build_docs -- cgit v1.2.3