Skip to content

Commit

Permalink
Trigger on correct tag
Browse files Browse the repository at this point in the history
Release tags for Flutter packages should always start with the full packages name followed with the version number.
  • Loading branch information
mvanbeusekom authored Aug 5, 2024
1 parent 623fa14 commit bd9aeae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_ioc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- "packages/flutter_ioc/**"
- ".github/workflows/flutter_ioc.yaml"
tags:
- "v[0-9]+.[0-9]+.[0-9]+*"
- "^flutter_ioc_v[0-9]+.[0-9]+.[0-9]+*"
pull_request:
branches: [main]
paths:
Expand Down

0 comments on commit bd9aeae

Please sign in to comment.