mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-18 02:48:40 +00:00
.github: fix flakehub-publish-tagged.yml glob (#9066)
The previous regex was too advanced for GitHub Actions. They only support a simpler glob syntax. https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet Updates #9008 Signed-off-by: Shayne Sweeney <shayne@tailscale.com>
This commit is contained in:
parent
5b6a90fb33
commit
7825074444
@ -1,8 +1,10 @@
|
||||
name: update-flakehub
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- '^v[0-9]+\.[0-9]*[02468]+\.[0-9]+$'
|
||||
- "v[0-9]+.*[02468].[0-9]+"
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: "ubuntu-latest"
|
||||
|
Loading…
x
Reference in New Issue
Block a user