Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
DEV: Run the workflow on any create or push event
Browse files Browse the repository at this point in the history
  • Loading branch information
CvX committed Jan 15, 2020
1 parent 00c1b78 commit 0309d00
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
name: Publish Gem

on:
release:
types:
- created
push:
branches:
- "*"
tags:
- v*
on: [create, push]

jobs:
build:
Expand Down

0 comments on commit 0309d00

Please sign in to comment.