Skip to content

Commit

Permalink
Fixed GHA to run tests on tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Feb 2, 2024
1 parent 14a5bb7 commit 4f8351f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Test
on:
push:
pull_request:
tags:
- '**'
branches:
- 1.x

Expand Down

0 comments on commit 4f8351f

Please sign in to comment.