diff --git a/.github/workflows/test-docker-build.yml b/.github/workflows/test-docker-build.yml index c360897..656d46c 100644 --- a/.github/workflows/test-docker-build.yml +++ b/.github/workflows/test-docker-build.yml @@ -2,21 +2,17 @@ name: Test Build on: push: - branches: - - main + branches: [ "main" ] pull_request: types: - closed - branches: - - main + branches: [ "main" ] jobs: build: runs-on: ubuntu-latest - steps: - name: Checkout code uses: actions/checkout@v2 - - - name: Build Docker image - run: docker build -t moonlightpanel/moonlight:${{ github.sha }} -f Moonlight/Dockerfile . \ No newline at end of file + - name: Build Docker image + run: docker build -t moonlightpanel/moonlight:${{ github.sha }} -f Moonlight/Dockerfile . \ No newline at end of file