Skip to content

Commit

Permalink
dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Oct 23, 2024
1 parent 149ac2b commit a76ae57
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
if [[ "pull_request_target" == "pull_request"* ]]; then
echo true
else
echo false
fi

0 comments on commit a76ae57

Please sign in to comment.