Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
elringus committed Mar 31, 2024
1 parent b6ba75e commit 529ebe6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/unity.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
name: test unity plugin

on:
pull_request:
workflow_dispatch:
pull_request:
push:
branches:
- main
pull_request_target:
branches:
- main

jobs:

Expand All @@ -25,6 +22,8 @@ jobs:
id: tests
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
projectPath: plugins/unity
githubToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 529ebe6

Please sign in to comment.