diff --git a/.github/workflows/update_list.yml b/.github/workflows/update_list.yml index 3256aeff..458e596c 100644 --- a/.github/workflows/update_list.yml +++ b/.github/workflows/update_list.yml @@ -7,8 +7,8 @@ on: - cron: '1 5,17 * * *' repository_dispatch: types: update_list - #push: - # branches: [ master ] + push: + branches: [ master ] jobs: build: runs-on: ubuntu-latest