diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9435a42..16fd0ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,9 @@ name: CI on: push: + branches: + - "**" + - "!dependabot/**" pull_request: workflow_dispatch: @@ -101,6 +104,7 @@ jobs: if: github.repository == 'fenneclab/hugo-bin' && startsWith(github.ref, 'refs/tags/') needs: [lint, test, test-extended] runs-on: ubuntu-latest + steps: - name: Clone repository uses: actions/checkout@v3