Skip to content

Commit

Permalink
Update adapter-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PasanT9 committed Nov 23, 2023
1 parent 8d3e041 commit 7849cf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/adapter-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
# next_version:
# type: string
# description: "Next Development Version"
pull_request_target:
pull_request:
types:
- closed
- opened
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
git config --global user.email ${{ secrets.WSO2_BOT_EMAIL }}
- name: checkout pull request and merge.
shell: sh
if: github.event_name == 'pull_request_target' && github.event.action == 'opened' || github.event.action == 'synchronize'
if: github.event_name == 'pull_request' && github.event.action == 'opened' || github.event.action == 'synchronize'
run: |
cd apk-repo
echo ${{ github.event }}
Expand Down

0 comments on commit 7849cf3

Please sign in to comment.