thetravis.yml
I have for the company I work accounts for running the “publish” stage only on the main branch. here’s the way i’m handling it (we are paying customer):
stages:
- build
- test
- name: publish
if: branch = main
- release
there is some PR about this already, any help much appreciated @montana?