Skip to content

Commit

Permalink
release: v1.0.3-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Nisole committed Feb 15, 2022
1 parent 65b1829 commit dfcfc90
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: npm run test

- name: Archive coverage artifact
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/develop'
uses: actions/upload-artifact@master
with:
name: ts-mapperize-coverage
Expand All @@ -44,7 +44,7 @@ jobs:
CI: true

- name: Archive production artifact
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/develop'
uses: actions/upload-artifact@master
with:
name: ts-mapperize
Expand All @@ -53,7 +53,7 @@ jobs:
coverall:
name: Coverall
needs: build
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/develop'
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -77,7 +77,7 @@ jobs:
deploy-paddls:
name: Deploy @paddls
needs: build
if: "github.ref == 'refs/heads/master' && contains(github.event.head_commit.message, 'release: v')"
if: "github.ref == 'refs/heads/develop' && contains(github.event.head_commit.message, 'release: v')"
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
deploy-witty-services:
name: Deploy @witty-services
needs: build
if: "github.ref == 'refs/heads/master' && contains(github.event.head_commit.message, 'release: v')"
if: "github.ref == 'refs/heads/develop' && contains(github.event.head_commit.message, 'release: v')"
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit dfcfc90

Please sign in to comment.