From 6e4f580b9963db44faeba46159d27fd53cb9795d Mon Sep 17 00:00:00 2001 From: Guillaume Tardif Date: Tue, 11 Aug 2020 16:01:13 +0200 Subject: [PATCH] Force all tests on main branch after testing on separate branch --- .github/workflows/optional-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/optional-ci.yml b/.github/workflows/optional-ci.yml index 11badc5f..8853d354 100644 --- a/.github/workflows/optional-ci.yml +++ b/.github/workflows/optional-ci.yml @@ -3,7 +3,7 @@ name: Continuous integration on: push: branches: - - test_optional_ci + - main pull_request: jobs: @@ -37,7 +37,7 @@ jobs: env: GO111MODULE: "on" needs: check-optional-tests - if: github.ref == 'refs/heads/test_optional_ci' || needs.check-optional-tests.outputs.trigger-aci == 'true' + if: github.ref == 'refs/heads/main' || needs.check-optional-tests.outputs.trigger-aci == 'true' steps: - name: Set up Go 1.14 uses: actions/setup-go@v1 @@ -69,7 +69,7 @@ jobs: env: GO111MODULE: "on" needs: check-optional-tests - if: github.ref == 'refs/heads/test_optional_ci' || needs.check-optional-tests.outputs.trigger-windows == 'true' + if: github.ref == 'refs/heads/main' || needs.check-optional-tests.outputs.trigger-windows == 'true' steps: - name: Set up Go 1.14 uses: actions/setup-go@v1