Skip to content

Commit

Permalink
Update changesets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado authored Apr 29, 2021
1 parent 7782767 commit 707c68a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

push:
branches:
- master
- 9.x

env:
CI: true
Expand All @@ -17,7 +17,7 @@ jobs:
version:
timeout-minutes: 14
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master' && github.repository == 'verdaccio/verdaccio'
if: github.ref == 'refs/heads/9.x' && github.repository == 'verdaccio/monorepo'
steps:
- name: checkout code repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 707c68a

Please sign in to comment.