Skip to content

Commit

Permalink
Merge pull request #177 from spryker-sdk/feature/fix-remote-triggers
Browse files Browse the repository at this point in the history
Change remote triggers
  • Loading branch information
pavelmaksimov25 authored Jan 5, 2024
2 parents fbeb100 + 23e5866 commit a486667
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trigger-remote-pr-in-release-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ env:
PR_ASSIGNEES: pavelmaksimov25,DmytroKlymanSpryker

on:
pull_request:
types: [closed]
release:
types: [published]
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/trigger-remote-pr-in-upgrader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ env:
PR_ASSIGNEES: pavelmaksimov25,DmytroKlymanSpryker

on:
pull_request:
types: [closed]
release:
types: [published]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit a486667

Please sign in to comment.