Skip to content

Commit

Permalink
Update unity-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
szymmirr authored Oct 9, 2023
1 parent 629af6c commit d67f9e2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/unity-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Test Unity
name: Test Unity game

on: [push, pull_request]
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
test:
Expand Down

0 comments on commit d67f9e2

Please sign in to comment.