Skip to content

Commit

Permalink
Adds wikiteq to the list of CI branches, but removes tags
Browse files Browse the repository at this point in the history
  • Loading branch information
vedmaka committed Nov 25, 2023
1 parent ae674bb commit aeca8e3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@ name: Docker build and push

# limit concurrency
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#examples-using-concurrency-and-the-default-behavior
concurrency: docker_canasta_main
concurrency: docker_canasta_wikiteq_main

on:
push:
# Only activate for `master` branch
branches:
- master
- 1.2.x
# Plus for all tags
tags:
- '*'
- wikiteq

# Plus for any pull-requests
pull_request:
Expand Down

0 comments on commit aeca8e3

Please sign in to comment.