From 50d6ed8f9776c31f3da7db5556d2b4a1aaf07ad2 Mon Sep 17 00:00:00 2001 From: "Pavel V. Dimens" Date: Fri, 25 Sep 2020 10:54:47 -0500 Subject: [PATCH 1/2] Update ci_main,yaml --- .github/workflows/ci_main,yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_main,yaml b/.github/workflows/ci_main,yaml index 82b2ef3..21bb651 100644 --- a/.github/workflows/ci_main,yaml +++ b/.github/workflows/ci_main,yaml @@ -1,9 +1,9 @@ -name: CI_main +name: CI_dev on: pull_request: - branches: [main] + branches: [dev] push: - branches: [main] + branches: [dev] jobs: test: name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} From ef55a6035638a6b8bb2953ca32658608a053b9ff Mon Sep 17 00:00:00 2001 From: "Pavel V. Dimens" Date: Tue, 20 Oct 2020 12:45:33 -0500 Subject: [PATCH 2/2] Update ci_main,yaml --- .github/workflows/ci_main,yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_main,yaml b/.github/workflows/ci_main,yaml index 21bb651..adc410b 100644 --- a/.github/workflows/ci_main,yaml +++ b/.github/workflows/ci_main,yaml @@ -12,7 +12,7 @@ jobs: matrix: version: - '1.4' - - 'nightly' +# - 'nightly' os: - ubuntu-latest - macOS-latest