We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e67116 commit cd88bf4Copy full SHA for cd88bf4
1 file changed
.github/workflows/main.yml
@@ -36,8 +36,7 @@ jobs:
36
pospell --version
37
powrap --version
38
- name: Obtiene la lista de archivos .po con cambios (sólo en PRs)
39
- #if: github.event_name == 'pull_request'
40
- if: false #github.event_name == 'pull_request'
+ if: github.event_name == 'pull_request'
41
id: changed-po-files
42
uses: tj-actions/changed-files@v40
43
with:
0 commit comments