mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +01:00
Make workflow run more specifically
This commit is contained in:
parent
b5fe61a2fe
commit
fd7c9248bd
1 changed files with 3 additions and 0 deletions
3
.github/workflows/update-catalogs.yml
vendored
3
.github/workflows/update-catalogs.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue