Skip to content

Commit

Permalink
chore(CI): update triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanrobert authored May 14, 2020
1 parent 8c1aa56 commit ddd0c72
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI

on: [push, pull_request]
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
test:
Expand Down Expand Up @@ -54,7 +58,7 @@ jobs:
needs: [ test ]
name: publish
runs-on: ubuntu-latest
if: contains(github.ref, '/tags/') && contains(github.ref, '-release')
if: contains(github.ref, '/tags/v')
steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.6
Expand Down

0 comments on commit ddd0c72

Please sign in to comment.