Skip to content

Commit

Permalink
generate HTML table when data change
Browse files Browse the repository at this point in the history
When something related to system calls will change github action will be
run to regenerate HTML page.
  • Loading branch information
hrw committed Oct 28, 2023
1 parent 901c04f commit dd65474
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/generate-system-calls-html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dd65474

Please sign in to comment.