bug fixes (#7)

* fixing typo

* fixing typo
This commit is contained in:
Sean OMeara
2022-12-23 15:27:05 +01:00
committed by GitHub
parent efa3abecfd
commit 16826734a3
+1 -1
View File
@@ -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