This commit is contained in:
parent
e59dd12102
commit
c1aff0097c
14
.github/workflows/tests.yaml
vendored
Normal file
14
.github/workflows/tests.yaml
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
name: main
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [testing]
|
||||||
|
jobs:
|
||||||
|
# release
|
||||||
|
release:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Test the tag names
|
||||||
|
run: |-
|
||||||
|
TAG=${{ steps.get_tag.outputs.tag }}
|
||||||
|
echo $TAG
|
||||||
Loading…
x
Reference in New Issue
Block a user