Skip to content

Commit

Permalink
fix: ci trigger when tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianpfischer committed Jun 15, 2024
1 parent 17688d4 commit 55f9a28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/verification_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
tags:
- '*'
pull_request:
branches: [ master ]

Expand Down

0 comments on commit 55f9a28

Please sign in to comment.