Skip to content

Commit

Permalink
run for testnets as well
Browse files Browse the repository at this point in the history
  • Loading branch information
rjonczy committed Nov 30, 2023
1 parent 27e236f commit 0020d11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ on:
types: [published, created, edited]
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+' # ignore rc
- 'v[0-9]+.[0-9]+.[0-9]+' # ignore rc
- 'v[0-9]+.[0-9]+.[0-9]+-testnet' # for testnets

permissions:
contents: read
Expand Down

0 comments on commit 0020d11

Please sign in to comment.