Skip to content

Commit

Permalink
Do not install deps in release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihails Strasuns committed Sep 12, 2019
1 parent 87adbcb commit 76711fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- uses: actions/checkout@master

- name: Install action dependencies
if: github.ref == 'master'
run: npm install --production

- name: Install D compiler
Expand Down

0 comments on commit 76711fe

Please sign in to comment.