Skip to content

Commit

Permalink
CI: Allow to run CI manually
Browse files Browse the repository at this point in the history
We have one CI job that prints outdated module dependencies. It makes
sense to not only run this on PRs but also manually.
  • Loading branch information
bastelfreak committed Jan 14, 2024
1 parent 61c119d commit 4f7d9e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: noop run

on:
workflow_dispatch: {}
pull_request: {}
push:
branches:
Expand Down

0 comments on commit 4f7d9e3

Please sign in to comment.