Skip to content

Commit

Permalink
only create tags of 2.*
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Jan 12, 2022
1 parent edc152a commit e924ab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-subsplits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
- 2.x
create:
tags:
- '*'
- '2.*'
delete:
tags:
- '*'
- '2.*'

jobs:
publish_subsplits:
Expand Down

0 comments on commit e924ab9

Please sign in to comment.