Skip to content

Commit

Permalink
Merge pull request #139 from OmriBarZik/feature/continuous-deploymen
Browse files Browse the repository at this point in the history
ci: fix release
  • Loading branch information
OmriBarZik authored Jun 24, 2021
2 parents 91459e3 + d50f956 commit 4d6dd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

release:
needs: [lint, test]
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- name: Checkout Code
Expand Down

0 comments on commit 4d6dd3f

Please sign in to comment.