Skip to content

Commit

Permalink
Create major_minor_versions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ocaisa authored Nov 3, 2022
1 parent e926b68 commit ba1da7c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/major_minor_versions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on:
# Sequence of patterns matched against refs/tags
tags:
- v*.*.*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: sersoft-gmbh/running-release-tags-action@v2

0 comments on commit ba1da7c

Please sign in to comment.