Skip to content

Commit

Permalink
Lint YML
Browse files Browse the repository at this point in the history
  • Loading branch information
smilindave26 committed Nov 30, 2020
1 parent f0917fd commit 51b485a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
draft-release:
runs-on: ubuntu-latest
needs: [ build-iOS, build-macOS, build-docs ]
if: github.event_name == 'push' && && github.ref == 'refs/heads/master'
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
steps:
- name: Checkout Project
uses: actions/checkout@v2
Expand Down

0 comments on commit 51b485a

Please sign in to comment.