diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index dab25d8..f760012 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -1,20 +1,13 @@ name: Docker Build and Release Upload on: - [ push ] + push: + branches: + - master jobs: build: runs-on: ubuntu-latest steps: - - name: setup dependencies - run: | - apt-get install -y docker.io docker-buildx - - name: checkout - run: | - git clone https://git.mistox.net/derek/MistoxCom-Angular.git - - - name: build - run: | - ./MistoxCom-Angular/docker-build.sh \ No newline at end of file + uses: actions/checkout@v4 \ No newline at end of file