We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23be4d9 + 054e6f6 commit da1e9edCopy full SHA for da1e9ed
.github/workflows/buildAndPublish.yml
@@ -50,7 +50,7 @@ jobs:
50
echo "${newLine}"
51
echo "${yellow}Checking if there has been changes to source code by running git diff on the src folder excluding markdown files${reset}"
52
53
- changes=$(git diff HEAD^ HEAD --ignore-all-space --name-only -- src/)
+ changes=$(git diff ${{ github.ref }}^ ${{ github.ref }} --ignore-all-space --name-only -- src/)
54
nonMarkdownChanges=""
55
continueWorkflow=true
56
0 commit comments