Skip to content

Commit

Permalink
github action for gem release
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Nov 3, 2020
1 parent 32a5d53 commit 5c32201
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/bolognese/.github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Publish Gem
name: Release Gem

on:
push:
branches:
- "*"
- "master"
tags:
- 1*
- "*"
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5c32201

Please sign in to comment.