enable build history for rollbacks
Some checks are pending
ci/woodpecker/push/docs Pipeline is pending
ci/woodpecker/push/release Pipeline is pending
ci/woodpecker/push/test Pipeline is pending
ci/woodpecker/tag/docs Pipeline is pending
ci/woodpecker/tag/release Pipeline is pending
ci/woodpecker/tag/test Pipeline is pending

This commit is contained in:
FloatingGhost 2022-07-15 14:05:44 +01:00
parent 29f42cbb3e
commit 90e3d05467

View file

@ -16,10 +16,11 @@ pipeline:
glibc: glibc:
when: when:
event: event:
- push - tag
branch: branch:
- develop - develop
- stable - stable
- historical-builds
secrets: secrets:
- SCW_ACCESS_KEY - SCW_ACCESS_KEY
- SCW_SECRET_KEY - SCW_SECRET_KEY
@ -48,6 +49,7 @@ pipeline:
when: when:
event: event:
- push - push
- tag
branch: branch:
- develop - develop
- stable - stable
@ -82,6 +84,7 @@ pipeline:
when: when:
event: event:
- push - push
- tag
branch: branch:
- develop - develop
- stable - stable