Skip to content

Commit

Permalink
Update publish-geml.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dsgriffin authored Dec 21, 2024
1 parent 7cd1de2 commit 133fe17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-geml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ name: Ruby Gem
on:
# Manually publish
workflow_dispatch:
# Alternatively, publish whenever changes are merged to the `master` branch.
# Alternatively, publish whenever changes are merged to the `main` branch.
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand All @@ -43,4 +43,4 @@ jobs:
gem build *.gemspec
gem push *.gem
env:
GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_API_KEY}}"
GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_API_KEY}}"

0 comments on commit 133fe17

Please sign in to comment.