mirror of
https://github.com/ibiqlik/action-yamllint.git
synced 2024-11-23 18:19:33 +01:00
14 lines
237 B
YAML
14 lines
237 B
YAML
|
name: Update Semver
|
||
|
on:
|
||
|
push:
|
||
|
branches-ignore:
|
||
|
- '**'
|
||
|
tags:
|
||
|
- 'v*.*.*'
|
||
|
jobs:
|
||
|
update-semver:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: actions/checkout@v2
|
||
|
- uses: haya14busa/action-update-semver@v1
|