Skip to content

Commit

Permalink
build: trigger docker for tag push (#1417)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored Sep 7, 2023
1 parent f70869e commit 5408f61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- main
tags:
# only target a single package tag to avoid running this task for every package on a version release
# in the metadata step, we parse out the specific version used in the tag (e.g. `2.0.0-next.5` and `next`)
- "@latticexyz/common@*"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 5408f61

Please sign in to comment.