Skip to content

Commit

Permalink
ffix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadav Ben Ami authored and Nadav Ben Ami committed Oct 10, 2024
1 parent 40ccdea commit 1414875
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/test-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,19 @@ jobs:
# Use the target branch of the pull request
target_branch="${{ github.event.pull_request.base.ref }}"
elif [[ "${{ github.event_name }}" == "push" ]]; then
target_branch="${GITHUB_REF#refs/heads/}"
echo 1
echo "${{ github.event.push.ref }}"
echo "${{ github.event.ref }}"
echo 2
echo "${{ github.event.push.base_ref }}"
echo "${{ github.event.base_ref }}"
echo 3
echo "${{ github.event.push.before }}"
echo "${{ github.event.before }}"
echo 4
echo "${{ github.event.push.after }}"
echo "${{ github.event.after }}"
echo 5
echo "Push target branch: ${GITHUB_REF#refs/heads/}"
else
# Use the branch of the push event
# todo: verify that dispatch works
Expand Down
File renamed without changes.

0 comments on commit 1414875

Please sign in to comment.