Update .forgejo/workflows/demo.yaml

This commit is contained in:
Neshura 2023-12-29 02:24:56 +00:00
parent dfaa56c973
commit f56bd0badc

View file

@ -8,6 +8,7 @@ jobs:
runs-on: dind
steps:
- run: docker run hello-world
- run: echo ${{ github.ref_name }}
-
name: test
if: contains(github.ref_name, 'a')