Skip to content

Commit 388b8fa

Browse files
committed
Run CI on push.
CI doesn't have access to any secrets (like a RubyGems auth token) or production data, so it's fairly safe to run on every push.
1 parent c8e58c3 commit 388b8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Build + Test
2-
on: [pull_request]
2+
on: [pull_request, push]
33

44
jobs:
55
build:

0 commit comments

Comments
 (0)