Skip to content

Commit cd88bf4

Browse files
committed
back-to-normal
1 parent 2e67116 commit cd88bf4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
pospell --version
3737
powrap --version
3838
- 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'
39+
if: github.event_name == 'pull_request'
4140
id: changed-po-files
4241
uses: tj-actions/changed-files@v40
4342
with:

0 commit comments

Comments
 (0)