Skip to content

Commit

Permalink
Trigger main workflow also on tags
Browse files Browse the repository at this point in the history
We push tags for deploying.
  • Loading branch information
nicoddemus committed Oct 24, 2024
1 parent d18b85c commit c1dcecc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
tags:
- "v[0-9]+.[0-9]+.[0-9]+"

pull_request:

Expand Down

0 comments on commit c1dcecc

Please sign in to comment.