Skip to content

Commit d065899

Browse files
authored
Adjust build settings (#24)
* Remove Travis. No longer needed * Limit when CI builds get triggered * Clarify publish action is meant for public gems
1 parent 2cf09b2 commit d065899

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

Diff for: .github/workflows/CI.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: CI
22

33
on:
44
push:
5+
branches:
6+
- main
57
pull_request:
68

79
jobs:

Diff for: .github/workflows/gem-push.yml renamed to .github/workflows/gem-publish-public.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Ruby Gem
1+
name: Publish Public Gem
22

33
on:
44
release:

Diff for: .travis.yml

-5
This file was deleted.

0 commit comments

Comments
 (0)