From b7b67719f1794120b144dd0e87e5fc276e5887f8 Mon Sep 17 00:00:00 2001 From: Chris Rackauckas Date: Wed, 23 Nov 2022 19:45:54 +0100 Subject: [PATCH] master -> main --- .../.github/workflows/CI.yml | 4 +-- .../.github/workflows/Documentation.yml | 29 ------------------- .../.github/workflows/Downstream.yml | 2 +- .../.github/workflows/FormatCheck.yml | 2 +- 4 files changed, 4 insertions(+), 33 deletions(-) delete mode 100644 lib/SimpleNonlinearSolve/.github/workflows/Documentation.yml diff --git a/lib/SimpleNonlinearSolve/.github/workflows/CI.yml b/lib/SimpleNonlinearSolve/.github/workflows/CI.yml index c8d041ecf..80a2aea7b 100644 --- a/lib/SimpleNonlinearSolve/.github/workflows/CI.yml +++ b/lib/SimpleNonlinearSolve/.github/workflows/CI.yml @@ -2,10 +2,10 @@ name: CI on: pull_request: branches: - - master + - main push: branches: - - master + - main jobs: test: runs-on: ubuntu-latest diff --git a/lib/SimpleNonlinearSolve/.github/workflows/Documentation.yml b/lib/SimpleNonlinearSolve/.github/workflows/Documentation.yml deleted file mode 100644 index f64a315b6..000000000 --- a/lib/SimpleNonlinearSolve/.github/workflows/Documentation.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Documentation - -on: - push: - branches: - - master - - 'release-' - tags: '*' - pull_request: - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: julia-actions/setup-julia@latest - with: - version: '1' - - name: Install dependencies - run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()' - - name: Build and deploy - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token - DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key - run: julia --project=docs/ --code-coverage=user docs/make.jl - - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v1 - with: - file: lcov.info diff --git a/lib/SimpleNonlinearSolve/.github/workflows/Downstream.yml b/lib/SimpleNonlinearSolve/.github/workflows/Downstream.yml index 916a33b4b..122cccf4d 100644 --- a/lib/SimpleNonlinearSolve/.github/workflows/Downstream.yml +++ b/lib/SimpleNonlinearSolve/.github/workflows/Downstream.yml @@ -1,7 +1,7 @@ name: IntegrationTest on: push: - branches: [master] + branches: [main] tags: [v*] pull_request: diff --git a/lib/SimpleNonlinearSolve/.github/workflows/FormatCheck.yml b/lib/SimpleNonlinearSolve/.github/workflows/FormatCheck.yml index 2a3517a0f..e4e3512e2 100644 --- a/lib/SimpleNonlinearSolve/.github/workflows/FormatCheck.yml +++ b/lib/SimpleNonlinearSolve/.github/workflows/FormatCheck.yml @@ -3,7 +3,7 @@ name: format-check on: push: branches: - - 'master' + - 'main' - 'release-' tags: '*' pull_request: