Skip to content

Commit 6a9cfc8

Browse files
authored
Only run GitHub Actions for tags that look like semver versions (#1484)
We had previously been running for sass_api tags, which inevitably failed when they didn't match the pubspec version.
1 parent 8090b99 commit 6a9cfc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
on:
1414
push:
1515
branches: [main, feature.*]
16-
tags: ['**']
16+
tags: ['[0-9]+.[0-9]+.*']
1717
pull_request:
1818

1919
jobs:

0 commit comments

Comments
 (0)