mirror of
https://github.com/zerotier/github-action.git
synced 2026-05-22 16:27:40 -07:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user