Include a commit ref in deployment, but skip deployment if it is the only change #1014
Unanswered
curiousdannii
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to be able to include a version number or commit ref in the deployment, but to skip deployment if it is the only change. Anyone have any ideas of how that could be done?
Ignoring a file for checking if anything has changed would probably suffice, but even then there's a slight chance my index.html might change and none of the JS. Usually the JS would change too so it's probably not a real issue. It would be an acceptable tradeoff for me.
Beta Was this translation helpful? Give feedback.
All reactions