atomic-server
atomic-server copied to clipboard
Regular pipeline should not update docs / push things
Currently we have one main.yml github pipeline that's activated for any push. There are some actions there (e.g. docs being created) that should not happen on every single push.
Thoughts:
- Can we use the
--pushflag, or the lack of it, to skip certain actions? - Do we need one or multiple github
.ymlfiles for the actions? How do we prevent code duplication? - Maybe we can also fix the whole tag issue if we split up the yml files #738