Skip to content

Commit

Permalink
chore: build and publish gem on merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavodiel committed Jul 3, 2024
1 parent eb961f9 commit f24b1bf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Build & Publish RubyGem

on:
push:
branches:
- main

jobs:
publish:
name: Publish RubyGem to GitHub Packages
uses: trusted/shared-workflows/.github/workflows/build_rubygem.yml@main

0 comments on commit f24b1bf

Please sign in to comment.