Skip to content

Commit

Permalink
Updated release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuvesz committed Dec 2, 2022
1 parent 8295a21 commit ac3d710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: CI test
name: Release

on:
push:
tags:
- 'v?[0-9]+.[0-9]+.[0-9]+'
- "v?[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+"
- "v?[0-9]+.[0-9]+.[0-9]+-dev.[0-9]+"
#- "v?[0-9]+.[0-9]+.[0-9]+-dev.[0-9]+" Disabled for now for dev tags
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ac3d710

Please sign in to comment.