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.
This commit is contained in:
Natalie Weizenbaum 2021-09-17 23:23:41 +00:00 committed by GitHub
parent 8090b992de
commit 6a9cfc8633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ env:
on:
push:
branches: [main, feature.*]
tags: ['**']
tags: ['[0-9]+.[0-9]+.*']
pull_request:
jobs: