diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 6e0b27d..8a98122 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -3,6 +3,9 @@ on: workflow_dispatch: release: types: [published] + push: + branches: + - master jobs: update: runs-on: ubuntu-latest