Skip to content

Commit 255583c

Browse files
authored
Merge pull request #266 from PickNikRobotics/push-tagged-images into main. Close #267
2 parents 0e7c5ff + f358da8 commit 255583c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
branches: ["main"]
7+
tags: ["*"]
78
pull_request:
89
branches: ["main"]
910
schedule:
@@ -42,6 +43,7 @@ jobs:
4243
if: |
4344
github.event_name == 'workflow_dispatch' ||
4445
github.event_name == 'schedule' ||
46+
startsWith(github.ref, 'refs/tags/') ||
4547
needs.detect-changes.outputs.moveit2-changed == 'true'
4648
uses: ./.github/workflows/moveit2-build.yml
4749
secrets: inherit
@@ -52,6 +54,7 @@ jobs:
5254
if: |
5355
github.event_name == 'workflow_dispatch' ||
5456
github.event_name == 'schedule' ||
57+
startsWith(github.ref, 'refs/tags/') ||
5558
needs.detect-changes.outputs.nav2-changed == 'true'
5659
uses: ./.github/workflows/nav2-build.yml
5760
secrets: inherit

0 commit comments

Comments
 (0)