Skip to content

Commit

Permalink
ci: making workflow run on a tagged commit
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tegefaulkes committed Jul 3, 2024
1 parent f4800ab commit 1a7a2c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- staging
- feature*
tags:
- v**

env:
GIT_SUBMODULE_STRATEGY: recursive
Expand Down

0 comments on commit 1a7a2c6

Please sign in to comment.