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 name: Update catalogs
on: on:
workflow_dispatch:
pull_request:
types: [closed]
push: push:
branches: branches:
- main - main
paths: paths:
- 'src/locales/**' - 'src/locales/**'
workflow_dispatch:
# pull_request:
# types: [closed]
jobs: jobs:
update-catalogs: update-catalogs: