itsmattkc / dotnet9x

Backport of .NET 2.0 - 3.5 to Windows 9x
2.31k stars 149 forks source link

Prevent ReadMe / Compiling / Github Config changes from triggering CI #12

Closed rcmaehl closed 7 months ago

rcmaehl commented 7 months ago

No need to release a new CI build anytime readme.md, compiling.md, or github config has been changed, especially if forgetting to include [skip ci]

Fancy2209 commented 7 months ago

Wouldn't ignoring YML changes not allow to test changes to the actions?

rcmaehl commented 7 months ago

Woudln't ignoring YML changes not allow to test changes to the actions?

True. I can exclude those if wanted.

itsmattkc commented 7 months ago

Yeah I think changes to Actions YAML at least should probably trigger a rebuild

rcmaehl commented 7 months ago

I've implemented the requested changes 👍