Skip to content

Commit a005134

Browse files
committed
Refactor GitHub Actions workflow to limit triggers to the main branch
1 parent 7e2f101 commit a005134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
path: ./.venv
2727
key: venv-${{ hashFiles('poetry.lock') }}
2828
- name: Install the project dependencies
29-
run: poetry install --with dev -E all
29+
run: poetry install --with dev
3030
shell: bash
3131
- uses: actions/cache/save@v3
3232
name: Save caches based on poetry.lock

0 commit comments

Comments
 (0)