Skip to content

Commit

Permalink
Make workflow run more specifically
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Aug 20, 2024
1 parent b5fe61a commit fd7c924
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-catalogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ on:
pull_request:
types:
- closed
branches:
- l10n_main
workflow_dispatch:

jobs:
update-catalogs:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fd7c924

Please sign in to comment.