Skip to content

Commit

Permalink
Fix dokku deploys and stop running ruby tests on main (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanmsmith committed Aug 3, 2023
1 parent e168b3d commit 8691b83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ jobs:
with:
git_remote_url: ${{ secrets.SSH_HOST }}
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
branch: main
3 changes: 0 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Ruby
on:
push:
branches:
- main
pull_request:
paths:
- .github/workflows/ruby.yml
Expand Down

0 comments on commit 8691b83

Please sign in to comment.