mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 00:38:49 +01:00
Revert back to previous event setting
This commit is contained in:
parent
2ec5bf07f6
commit
dbddd90304
1 changed files with 1 additions and 2 deletions
3
.github/workflows/update-catalogs.yml
vendored
3
.github/workflows/update-catalogs.yml
vendored
|
@ -1,14 +1,13 @@
|
|||
name: Update catalogs
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
pull_request:
|
||||
types:
|
||||
- closed
|
||||
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