Skip to content

Commit

Permalink
Remove workflow_dispatch from Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bparks13 committed Apr 4, 2024
1 parent 6909ea8 commit e8aa5f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: deploy
on:
workflow_dispatch:
push:
branches:
- 'main'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: test_build
on:
workflow_dispatch:
pull_request:
branches:
- 'main'
Expand All @@ -13,7 +12,7 @@ jobs:

build:
uses: ./.github/workflows/build_package.yml
#needs: check_version
needs: check_version
with:
solutionFile: ./OpenEphys.Sockets.Bonsai/OpenEphys.Sockets.Bonsai.sln
nugetDirecory: ./OpenEphys.Sockets.Bonsai/bin/Release

0 comments on commit e8aa5f0

Please sign in to comment.