Created
April 20, 2026 07:54
-
-
Save mesketh/64ad80a4aeb26271e3bdaa0a02337ee5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Get files in the last commit, excluding those ending in .tmp or in the 'logs/' folder | |
| FILES= | |
| if [ -n "" ]; then | |
| echo "Processing changes for: " | |
| # Insert your custom logic here (e.g., triggering a build for non-ignored files) | |
| fi |
mesketh
commented
Apr 20, 2026
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment