Skip to content

Commit

Permalink
CI: fix the test matrix option on releases (#1323)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored Apr 19, 2024
1 parent 42172f7 commit e5e71d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: tests
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+a[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+b[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+rc[0-9]+'
branches:
- main
pull_request:
Expand Down

0 comments on commit e5e71d6

Please sign in to comment.