Skip to content

Commit

Permalink
Try fix workflow event not working
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Aug 20, 2024
1 parent 0963782 commit 98febe5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-catalogs.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 98febe5

Please sign in to comment.