Skip to content

Commit

Permalink
Update workflow event and package
Browse files Browse the repository at this point in the history
  • Loading branch information
remotemerge committed Apr 8, 2024
1 parent 19082df commit 32199b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Install
# Trigger the workflow on new releases
on:
release:
types: [ created ]
types: [ published ]
branches: [ main ]

jobs:
Expand All @@ -31,4 +31,4 @@ jobs:
run: composer init --no-interaction --stability=stable

- name: "Install dependencies"
run: composer require cixware/esewa-php-sdk
run: composer require remotemerge/esewa-php-sdk

0 comments on commit 32199b2

Please sign in to comment.