Files
MistoxCom-Angular/.gitea/workflows/demo.yaml
T

13 lines
190 B
YAML

name: Docker Build and Release Upload
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4