Skip to content

Commit

Permalink
Deploy only on master
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Jan 4, 2021
1 parent c67a991 commit c0b3b0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: build
if: github.ref == 'refs/heads/master'
steps:
- name: Download artifact
uses: actions/download-artifact@v2
Expand Down

0 comments on commit c0b3b0d

Please sign in to comment.