Skip to content

Commit 57e2623

Browse files
authored
Update action triggers to support required checks (#2)
1 parent 22401e0 commit 57e2623

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
name: CI
33

44
on:
5-
push:
5+
merge_group:
66
pull_request:
7+
push:
78
workflow_dispatch:
89

910
jobs:
@@ -31,7 +32,7 @@ jobs:
3132
uses: actions/cache@v3
3233
with:
3334
path: ~/.local/share/virtualenvs
34-
key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }}-ci
35+
key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }}-dev
3536
- name: Install
3637
if: steps.cache-pipenv.outputs.cache-hit != 'true'
3738
run: make install_ci

0 commit comments

Comments
 (0)