diff --git a/.github/workflows/pr-merge.yaml b/.github/workflows/pr-merge.yaml index a375e2f6..8bb128ed 100644 --- a/.github/workflows/pr-merge.yaml +++ b/.github/workflows/pr-merge.yaml @@ -5,6 +5,10 @@ on: branches: - origin/dev-bpolania/workflows + pull_request: + branches: + origin/dev-bpolania/workflows + jobs: Timestamp_PR_CREATED: uses: storyprotocol/gha-workflows/.github/workflows/reusable-timestamp.yml@main @@ -16,7 +20,7 @@ jobs: needs: [Timestamp_PR_APPROVED] uses: storyprotocol/gha-workflows/.github/workflows/reusable-build-integration-test-workflow.yml@origin/bpolania/workflows with: - sha: ${{ github.sha }} + sha: ${{ github.event.pull_request.head.sha }} ENVIRONMENT: "beta-sepolia" secrets: WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }} diff --git a/test_file.txt b/test_file.txt index a7a54ee5..2c48350f 100644 --- a/test_file.txt +++ b/test_file.txt @@ -14,3 +14,4 @@ - This is a change - This is a change - This is a change +- This is a change