This commit is contained in:
parent
a5268f5c32
commit
c80fac5f07
1 changed files with 14 additions and 0 deletions
14
.forgejo/workflows/on-new-tag.yml
Normal file
14
.forgejo/workflows/on-new-tag.yml
Normal 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
|
Loading…
Reference in a new issue