Fix yaml syntax.
This commit is contained in:
parent
5613a2df48
commit
f78268dd14
5
.github/workflows/tag.yml
vendored
5
.github/workflows/tag.yml
vendored
@ -1,6 +1,9 @@
|
||||
name: tagging
|
||||
|
||||
on: pull_request
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user