mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 12:18:30 +03:00
Try fix workflow event not working
This commit is contained in:
parent
09637823e2
commit
98febe551d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/update-catalogs.yml
vendored
6
.github/workflows/update-catalogs.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue