diff --git a/.github/workflows/sdrangel.yml b/.github/workflows/sdrangel.yml index fe801e1c7..ae0c13eaa 100644 --- a/.github/workflows/sdrangel.yml +++ b/.github/workflows/sdrangel.yml @@ -4,6 +4,8 @@ name: SDRangel CI/CD on: push: + branches: + - master tags: - 'v*' pull_request: @@ -28,10 +30,9 @@ jobs: generators: Ninja } steps: - - uses: actions/checkout@v2 + - uses: nschloe/action-cached-lfs-checkout@v1 with: submodules: true - lfs: true fetch-depth: 0 - name: Print env run: |