Skip to content

Commit

Permalink
Add code to trigger workflow on push
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael O'Keefe authored and Michael O'Keefe committed Dec 15, 2023
1 parent d3343f2 commit a45a1a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
tags:
# 'v[0-9]+.[0-9]+.[0-9]+' to match semantic version tag, e.g. v2.0.8
- "v[0-9]+.[0-9]+.[0-9]+"
branches:
- feature/github-action-for-cli
workflow_dispatch:

jobs:
Expand Down

0 comments on commit a45a1a7

Please sign in to comment.