Skip to content

Commit

Permalink
[build] enable auto docker build of 3.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel committed Jan 11, 2024
1 parent 7507a9b commit fecf4ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Create and publish Docker images

on:
push: { branches: [ unstable ] }
pull_request: { branches: [ unstable ] }
push: { branches: [ 3.1.x ] }
pull_request: { branches: [ 3.1.x ] }
workflow_call:
workflow_dispatch:

Expand Down

0 comments on commit fecf4ce

Please sign in to comment.