Skip to content

Commit

Permalink
Update workflow to run on push
Browse files Browse the repository at this point in the history
Workflow will run on push instead of manually.
  • Loading branch information
emilyllim committed Oct 23, 2023
1 parent 96301c2 commit 0fa566c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchrunner-aws.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Deploy benchrunner to AWS

on:
workflow_dispatch: {}
[push]

jobs:
deploy:
Expand Down

0 comments on commit 0fa566c

Please sign in to comment.