diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4baed24..1589eab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,7 @@ +on: + push: + branches: + - 'v2' steps: - uses: actions/checkout@v3 - name: Install poetry