diff --git a/.github/workflows/update-cpp-parser.yml b/.github/workflows/update-cpp-parser.yml index d6086df..6173ed1 100644 --- a/.github/workflows/update-cpp-parser.yml +++ b/.github/workflows/update-cpp-parser.yml @@ -4,6 +4,8 @@ on: schedule: - cron: "0 0 * * 0" workflow_dispatch: + push: + branches: [master] permissions: contents: write