Skip to content

Commit

Permalink
github action: support for longer version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
abraxxa committed Feb 28, 2024
1 parent 2b9e81a commit 580b5e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: GitHub Release on Tag
on:
push:
tags:
- '[0-9].[0-9][0-9]'
- '[0-9].[0-9][0-9][0-9]?[0-9]?[0-9]?[0-9]?'
jobs:
release_snmp_info:
if: github.repository == 'netdisco/snmp-info'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
inputs:
success_irc_squawk:
description: 'Squawk to IRC on successful tests'
description: 'Squawk to IRC on successful tests'
required: false
default: false
debug_test_enabled:
Expand All @@ -14,7 +14,7 @@ on:
branches:
- master
tags:
- '[0-9].[0-9][0-9]'
- '[0-9].[0-9][0-9][0-9]?[0-9]?[0-9]?[0-9]?'
pull_request:
types: [opened, synchronize, reopened]
jobs:
Expand Down

0 comments on commit 580b5e6

Please sign in to comment.