ci: make github action run on tags
This commit is contained in:
parent
ef5400ea43
commit
0cb8538afa
|
@ -1,10 +1,10 @@
|
||||||
name: Build'n check
|
name: Build'n check
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
tags:
|
||||||
|
- 'v[0-9]+.[0-9]+.[0-9]+'
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Check Template and Build example
|
name: Check Template and Build example
|
||||||
|
|
Loading…
Reference in New Issue