Add on-tag test workflow
All checks were successful
/ Test on tags (push) Successful in 16s

This commit is contained in:
Antoine Martin 2024-09-09 15:49:28 -04:00
parent a5268f5c32
commit c80fac5f07
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -0,0 +1,14 @@
on:
push:
tags:
- '*'
jobs:
test:
name: Test on tags
runs-on: x86_64
container:
image: alpine:edge
steps:
- run: ls
- run: cat /etc/os-release