Skip to content

Commit

Permalink
bug fixes (#7)
Browse files Browse the repository at this point in the history
* fixing typo

* fixing typo
  • Loading branch information
someara authored Dec 23, 2022
1 parent efa3abe commit 1682673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
if: github.ref_name === "main"
if: ${{ github.ref_name }} == "main"
steps:
- name: zerotier
uses: zerotier/github-action@main
Expand Down

0 comments on commit 1682673

Please sign in to comment.