Try fix workflow event not working

This commit is contained in:
Lim Chee Aun 2024-08-20 09:21:12 +08:00
parent 09637823e2
commit 98febe551d

View file

@ -1,14 +1,14 @@
name: Update catalogs
on:
workflow_dispatch:
pull_request:
types: [closed]
push:
branches:
- main
paths:
- 'src/locales/**'
workflow_dispatch:
# pull_request:
# types: [closed]
jobs:
update-catalogs: