From faa858be59f2a88a6fae1e35d8023abfa3e5741a Mon Sep 17 00:00:00 2001 From: gentlyxu <1243610+gentlyxu@users.noreply.github.com> Date: Sat, 29 May 2021 08:30:00 +0800 Subject: [PATCH] Update auto-rebuild.yml --- .github/workflows/auto-rebuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-rebuild.yml b/.github/workflows/auto-rebuild.yml index fb89d630..4bb11eb3 100644 --- a/.github/workflows/auto-rebuild.yml +++ b/.github/workflows/auto-rebuild.yml @@ -6,7 +6,7 @@ name: Auto rebuild anti-AD list on: # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [ scripts ] + branches: [ adlist-maker ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -32,7 +32,7 @@ jobs: git config --global user.email "action@github.com" git config --global user.name "GitHub Action[bot]" sudo update-alternatives --set php /usr/bin/php7.4 - git checkout scripts + git checkout adlist-maker /bin/bash ./scripts/build-list.sh git stash -u git checkout dev