Skip to content

Commit 3fe7b0e

Browse files
fix github action
1 parent 8fa8023 commit 3fe7b0e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/pr-verify.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
pull_request:
55
branches:
66
- main
7-
push:
8-
branches:
9-
- darin/update-aws-sdk
107

118
jobs:
129
# Test on code-dot-org Ruby version
@@ -47,4 +44,4 @@ jobs:
4744
run: bundle install
4845

4946
- name: Run tests
50-
run: rake test
47+
run: bundle install rake test

0 commit comments

Comments
 (0)