Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkk committed Oct 10, 2019
1 parent 3d92586 commit f7211d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: TestIgnore

on:
push:
Expand All @@ -13,10 +13,10 @@ jobs:
runs-on: macOS-10.14
steps:
- uses: actions/checkout@v1
- name: Select Xcode 11.1
- name: Test
run: |
echo "event ${{ github.event_name }} ref: ${{ github.ref }}"
- name: Release
- name: ReleaseTest
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
run: |
echo "Would have released"

0 comments on commit f7211d4

Please sign in to comment.