Skip to content

Commit

Permalink
BUG: fix workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Oct 4, 2023
1 parent 438be78 commit f9bc3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pip_rc_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

name: Test install of latest RC from pip

on: [push]
on: [workflow_dispatch]

jobs:
build:
Expand Down

0 comments on commit f9bc3f5

Please sign in to comment.