From 3bbbf62712b1abe10f485b7de76a5a36d4339628 Mon Sep 17 00:00:00 2001 From: Evorp <3vorpgaming@gmail.com> Date: Sun, 23 Jun 2024 14:37:55 -0700 Subject: [PATCH] Revert "test branches-ignore" This reverts commit 5091000e58a6039199dac65c735216b8dc226fe3. --- .github/workflows/create-pack.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/create-pack.yml diff --git a/.github/workflows/create-pack.yml b/.github/workflows/create-pack.yml deleted file mode 100644 index bfddc4d9c..000000000 --- a/.github/workflows/create-pack.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Autozip Pack - -on: - push: - branches: - - '*' - branches-ignore: - - main - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Create Pack - uses: appleboy/ssh-action@v1.0.3 - with: - host: ${{ secrets.HOST }} - USERNAME: ${{ secrets.USERNAME }} - PORT: ${{ secrets.PORT }} - KEY: ${{ secrets.SSH }} - script: | - cd ./packs