Skip to content

Commit fda3a22

Browse files
committed
revertme: Removed path requirement
1 parent 948d8cd commit fda3a22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/generate-index.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on:
55
branches:
66
- main # Re-generate index on every change to the default branch
77
- qa-209-convert-build-scripts-into-a-python-test-project
8-
paths:
9-
- artifacts/*.whl
10-
- generate-index.py
11-
- python-wasix-binaries
8+
# paths:
9+
# - artifacts/*.whl
10+
# - generate-index.py
11+
# - python-wasix-binaries
1212
workflow_dispatch:
1313

1414
# Minimal permissions required by the official Pages deployment action

0 commit comments

Comments
 (0)