mirror of
https://github.com/danog/dart-sass.git
synced 2025-01-23 06:12:00 +01:00
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:
parent
8090b992de
commit
6a9cfc8633
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -13,7 +13,7 @@ env:
|
||||
on:
|
||||
push:
|
||||
branches: [main, feature.*]
|
||||
tags: ['**']
|
||||
tags: ['[0-9]+.[0-9]+.*']
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user