Forgejo Actions Syntax Fixes
This commit is contained in:
parent
83dd012fee
commit
807821c195
1 changed files with 1 additions and 5 deletions
|
@ -6,12 +6,8 @@ jobs:
|
|||
name: Placeholder
|
||||
run: echo Placeholder Job
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- /^((([\d])+\.){1,2}[\d]+)\s*$/
|
||||
jobs:
|
||||
build:
|
||||
if: ${{ github.ref_name }} =~ /^((([\d])+\.){1,2}[\d]+)\s*$/ && ${{ github.ref_name }}
|
||||
runs-on: docker
|
||||
container: rust:latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue