diff --git a/.github/workflows/generate-system-calls-html.yml b/.github/workflows/generate-system-calls-html.yml index 30c3e42..2f86058 100644 --- a/.github/workflows/generate-system-calls-html.yml +++ b/.github/workflows/generate-system-calls-html.yml @@ -4,9 +4,12 @@ name: Generate system calls HTML table # for now it will be manual # on: - workflow_dispatch -# push: -# branches: [ "master" ] + workflow_dispatch: + push: + branches: + - "master" + paths: + - "data/*" jobs: