Skip to content

Commit

Permalink
Enable option to restart GHA (#293)
Browse files Browse the repository at this point in the history
* Add `null` to GHA `pull_request`

* Add GHA restart workflow
  • Loading branch information
jakirkham committed Mar 14, 2023
1 parent 2a64659 commit a135802
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
- main
tags:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
pull_request:
pull_request: null
workflow_dispatch: null

jobs:
test:
Expand Down

0 comments on commit a135802

Please sign in to comment.