Skip to content

Commit

Permalink
Allow manual start of build job
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfhandl committed Jul 11, 2024
1 parent c94544c commit 14f9e42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Node CI
name: Rebuild JSON and MarkDown files

on: push
on: [push, workflow_dispatch]

jobs:
build:
Expand Down

0 comments on commit 14f9e42

Please sign in to comment.