Skip to content

Commit

Permalink
Merge pull request #14 from ros-industrial/update/ci
Browse files Browse the repository at this point in the history
Updated CI to run on tag push and workflow dispatch
  • Loading branch information
marip8 authored Sep 22, 2023
2 parents 914b0c4 + 1395cd6 commit e682b15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/focal_noetic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ on:
push:
branches:
- master
tags:
- '*'
pull_request:
branches:
- master
workflow_dispatch:
schedule:
- cron: '0 5 * * *'
release:
Expand Down

0 comments on commit e682b15

Please sign in to comment.