Skip to content

Commit

Permalink
Run relevant workflows for new tags
Browse files Browse the repository at this point in the history
  • Loading branch information
victorreijgwart committed Sep 17, 2024
1 parent e5a5a36 commit eb8c1f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Documentation

on:
pull_request:
push:
tags:
- "v*.*.*"
branches: [ main ]

jobs:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ros1.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: ROS1 Interface

on:
pull_request:
push:
tags:
- "v*.*.*"
branches: [ main ]

env:
Expand Down

0 comments on commit eb8c1f7

Please sign in to comment.