Move when condition

This commit is contained in:
RealStickman 2022-09-12 17:33:57 +02:00
parent aff5a109cf
commit dc8189ecb1

View File

@ -9,6 +9,6 @@ pipeline:
- pip install -U build --quiet - pip install -U build --quiet
- build - build
when: when:
event: tag event: tag
branch: [main, master] branch: [main, master]