Skip to content

Commit 16d8a6b

Browse files
authored
Update updater.yml
1 parent 1a9026a commit 16d8a6b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/updater.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
needs: build
4242
runs-on: ubuntu-latest
4343
if: github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch'
44+
4445

4546
steps:
4647
- name: Checkout repository
@@ -50,7 +51,8 @@ jobs:
5051
uses: actions/setup-python@v2
5152
with:
5253
python-version: 3.x
53-
54+
55+
if: github.event_name == 'workflow_dispatch'
5456
- name: Install dependencies
5557
run: |
5658
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)