File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ stages:
16
16
- name : imgbot
17
17
if : sender IN (svenfuchs, imgbot[bot])
18
18
- name : Run build
19
- if : type IN (push, cron)
19
+ if : type IN (push, cron) AND (branch = master OR tag IS present)
20
20
jobs :
21
21
include :
22
22
- &test-baseline
56
56
# - echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin; docker push acceptbitcoincash/acceptbitcoincash
57
57
docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"; docker push acceptbitcoincash/acceptbitcoincash
58
58
on :
59
- tags : true
59
+ all_branches : true # <== new!
60
60
condition : $NEXT_BUILD_TAG != "latest"
61
61
- provider : pages
62
62
skip-cleanup : true
66
66
repo : acceptbitcoincash/acceptbitcoincash
67
67
target_branch : gh-pages
68
68
on :
69
- tags : true
69
+ all_branches : true # <== new!
70
70
allow_failures :
71
71
- stage : Test
72
72
script :
You can’t perform that action at this time.
0 commit comments