Skip to content

Commit b0f8c7c

Browse files
committed
Update make-pot workflow to trigger on PR synchronization and reopening
This change allows the make-pot workflow to run when a pull request is synchronized or reopened, ensuring that translations are always up to date. [PRO-165]
1 parent e78b140 commit b0f8c7c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/make-pot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
pull_request:
1111
types:
1212
- opened
13+
- synchronize
14+
- reopened
1315

1416
jobs:
1517
make-pot:

0 commit comments

Comments
 (0)