Skip to content

Commit

Permalink
switch to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bendem committed Jun 1, 2021
1 parent 2e91727 commit cab2908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
path: build/libs/accounting-${{steps.build.outputs.accounting_version}}.jar

- name: deploy
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
run: |
eval "$(ssh-agent -s)"
ssh-add - <<< "${{ secrets.deploy_key }}"
Expand Down

0 comments on commit cab2908

Please sign in to comment.