Skip to content

Commit

Permalink
ci(repo): add dispatch workflow to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jwulf committed Jun 10, 2024
1 parent 6c5bc22 commit e9d414e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Pull Request tests

on: [pull_request]
on:
pull_request:
workflow_dispatch:

jobs:
unit-tests:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Publish a new version

on:
workflow_dispatch:
push:
branches:
- main
Expand Down

0 comments on commit e9d414e

Please sign in to comment.