From 9ae949d657bf5cc9d561fdd917a5eb5a2e04a3b8 Mon Sep 17 00:00:00 2001 From: Charalampos Fanoulis Date: Fri, 18 Dec 2020 23:04:27 +0200 Subject: [PATCH] fix: ci/cd --- .github/workflows/cd.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 7014214..e1c291f 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -2,6 +2,8 @@ name: Continuous Deployment on: push: + branch: + - main pull_request: env: @@ -9,7 +11,7 @@ env: jobs: build-nightly: - name: Build branch {{}} on ${{ matrix.os }}, for ${{ matrix.rust }} rust + name: Build on ${{ matrix.os }}, for ${{ matrix.rust }} rust runs-on: ${{ matrix.os }} strategy: matrix: