Skip to content

Commit

Permalink
build: enable manual running of ci.yml workflow (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz authored Apr 26, 2024
1 parent d70b1d6 commit 444b658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: node_js CI

on: [pull_request]
on: [pull_request, workflow_dispatch]

concurrency:
group: ci-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit 444b658

Please sign in to comment.