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: